ObjectiveC SDK  2.0
Public Member Functions | Properties
GetConferenceTemplateConferenceParticipantsResponse Class Reference

GetConferenceTemplateConferenceParticipantsResponse.h. More...

#include <GetConferenceTemplateConferenceParticipantsResponse.h>

List of all members.

Public Member Functions

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

Detailed Description

GetConferenceTemplateConferenceParticipantsResponse.h.

Participants of a conference.


Member Function Documentation

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.

Parameters:
participantIDmarks a specific conference template participant
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:
GetConferenceTemplateConferenceParticipantsResponse new response object
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.

Parameters:
participantIDmarks a specific conference template participant
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:
GetConferenceTemplateConferenceParticipantsResponse new response object

Property Documentation

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]

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