![]() |
ObjectiveC SDK
2.0
|
GetConferenceTemplateParticipantParticipantResponse.h. More...
#include <GetConferenceTemplateParticipantParticipantResponse.h>
Public Member Functions | |
| GetConferenceTemplateParticipantParticipantResponse * | initWith:withLastName:withNumber:withEmail:withIsInitiator: (NSString *firstName,[withLastName] NSString *lastName,[withNumber] NSString *number,[withEmail] NSString *email,[withIsInitiator] NSString *isInitiator) |
| GetConferenceTemplateParticipantParticipantResponse * | initWith:withLastName:withNumber:withEmail:withIsInitiator:withDialOut: (NSString *firstName,[withLastName] NSString *lastName,[withNumber] NSString *number,[withEmail] NSString *email,[withIsInitiator] NSString *isInitiator,[withDialOut] NSString *dialOut) |
Properties | |
| NSString * | myFirstName |
| NSString * | myLastName |
| NSString * | myNumber |
| NSString * | myEmail |
| NSString * | myIsInitiator |
| NSString * | myDialOut |
GetConferenceTemplateParticipantParticipantResponse.h.
Details of the conference templates participant.
| GetConferenceTemplateParticipantParticipantResponse * GetConferenceTemplateParticipantParticipantResponse::initWith:withLastName:withNumber:withEmail:withIsInitiator: | ( | NSString* | firstName, |
| [withLastName] NSString* | lastName, | ||
| [withNumber] NSString* | number, | ||
| [withEmail] NSString* | email, | ||
| [withIsInitiator] NSString* | isInitiator | ||
| ) | [virtual] |
Creates a data object with given parameters.
| 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 |
| GetConferenceTemplateParticipantParticipantResponse * GetConferenceTemplateParticipantParticipantResponse::initWith:withLastName:withNumber:withEmail:withIsInitiator:withDialOut: | ( | 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.
| 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* GetConferenceTemplateParticipantParticipantResponse::myDialOut [read, write, retain] |
NSString * GetConferenceTemplateParticipantParticipantResponse::myEmail [read, write, retain] |
NSString * GetConferenceTemplateParticipantParticipantResponse::myFirstName [read, write, retain] |
NSString * GetConferenceTemplateParticipantParticipantResponse::myIsInitiator [read, write, retain] |
NSString * GetConferenceTemplateParticipantParticipantResponse::myLastName [read, write, retain] |
NSString * GetConferenceTemplateParticipantParticipantResponse::myNumber [read, write, retain] |
1.7.5