![]() |
ObjectiveC SDK
2.0
|
GetConferenceTemplateConferenceParticipantsResponse.h. More...
#include <GetConferenceTemplateConferenceParticipantsResponse.h>
Public Member Functions | |
| GetConferenceTemplateConferenceParticipantsResponse * | initWith:withFirstName:withLastName:withNumber:withEmail:withIsInitiator: (NSString *participantID,[withFirstName] NSString *firstName,[withLastName] NSString *lastName,[withNumber] NSString *number,[withEmail] NSString *email,[withIsInitiator] NSString *isInitiator) |
| GetConferenceTemplateConferenceParticipantsResponse * | initWith:withFirstName:withLastName:withNumber:withEmail:withIsInitiator:withDialOut: (NSString *participantID,[withFirstName] NSString *firstName,[withLastName] NSString *lastName,[withNumber] NSString *number,[withEmail] NSString *email,[withIsInitiator] NSString *isInitiator,[withDialOut] NSString *dialOut) |
Properties | |
| NSString * | myParticipantID |
| NSString * | myFirstName |
| NSString * | myLastName |
| NSString * | myNumber |
| NSString * | myEmail |
| NSString * | myIsInitiator |
| NSString * | myDialOut |
GetConferenceTemplateConferenceParticipantsResponse.h.
Participants of a conference.
| GetConferenceTemplateConferenceParticipantsResponse * GetConferenceTemplateConferenceParticipantsResponse::initWith:withFirstName:withLastName:withNumber:withEmail:withIsInitiator: | ( | NSString* | participantID, |
| [withFirstName] NSString* | firstName, | ||
| [withLastName] NSString* | lastName, | ||
| [withNumber] NSString* | number, | ||
| [withEmail] NSString* | email, | ||
| [withIsInitiator] NSString* | isInitiator | ||
| ) | [virtual] |
Creates a data object with given parameters.
| participantID | marks a specific conference template participant |
| firstName | first name of the new participant. |
| lastName | last name of the new participant. |
| number | telephone number of the new participant. The initiator gets to notice a new service number, all other members get to notice the initiators number. |
| participants email address. | |
| isInitiator | marks whether new participant is initiator |
| GetConferenceTemplateConferenceParticipantsResponse * GetConferenceTemplateConferenceParticipantsResponse::initWith:withFirstName:withLastName:withNumber:withEmail:withIsInitiator:withDialOut: | ( | NSString* | participantID, |
| [withFirstName] NSString* | firstName, | ||
| [withLastName] NSString* | lastName, | ||
| [withNumber] NSString* | number, | ||
| [withEmail] NSString* | email, | ||
| [withIsInitiator] NSString* | isInitiator, | ||
| [withDialOut] NSString* | dialOut | ||
| ) | [virtual] |
Creates a data object with given parameters.
| participantID | marks a specific conference template participant |
| firstName | first name of the new participant. |
| lastName | last name of the new participant. |
| number | telephone number of the new participant. The initiator gets to notice a new service number, all other members get to notice the initiators number. |
| participants email address. | |
| isInitiator | marks whether new participant is initiator |
NSString* GetConferenceTemplateConferenceParticipantsResponse::myDialOut [read, write, retain] |
NSString * GetConferenceTemplateConferenceParticipantsResponse::myEmail [read, write, retain] |
NSString * GetConferenceTemplateConferenceParticipantsResponse::myFirstName [read, write, retain] |
NSString * GetConferenceTemplateConferenceParticipantsResponse::myIsInitiator [read, write, retain] |
NSString * GetConferenceTemplateConferenceParticipantsResponse::myLastName [read, write, retain] |
NSString * GetConferenceTemplateConferenceParticipantsResponse::myNumber [read, write, retain] |
NSString * GetConferenceTemplateConferenceParticipantsResponse::myParticipantID [read, write, retain] |
1.7.5