ObjectiveC SDK  2.0
Public Member Functions | Properties
GetConferenceTemplateParticipantParticipantResponse Class Reference

GetConferenceTemplateParticipantParticipantResponse.h. More...

#include <GetConferenceTemplateParticipantParticipantResponse.h>

List of all members.

Public Member Functions

GetConferenceTemplateParticipantParticipantResponseinitWith:withLastName:withNumber:withEmail:withIsInitiator: (NSString *firstName,[withLastName] NSString *lastName,[withNumber] NSString *number,[withEmail] NSString *email,[withIsInitiator] NSString *isInitiator)
GetConferenceTemplateParticipantParticipantResponseinitWith: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

Detailed Description

GetConferenceTemplateParticipantParticipantResponse.h.

Details of the conference templates participant.


Member Function Documentation

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.

Parameters:
firstNamefirst name of the new participant.
lastNamelast name of the new participant.
numbertelephone number of the new participant. The initiator gets to notice a new service number, all other members get to notice the initiators number.
emailparticipants email address.
isInitiatormarks whether new participant is initiator
Returns:
GetConferenceTemplateParticipantParticipantResponse new response object
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.

Parameters:
firstNamefirst name of the new participant.
lastNamelast name of the new participant.
numbertelephone number of the new participant. The initiator gets to notice a new service number, all other members get to notice the initiators number.
emailparticipants email address.
isInitiatormarks whether new participant is initiator
Returns:
GetConferenceTemplateParticipantParticipantResponse new response object

Property Documentation

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]

The documentation for this class was generated from the following files:
 All Classes Files Functions Variables Properties