![]() |
ObjectiveC SDK
2.0
|
GetConferenceStatusConferenceResponse.h. More...
#include <GetConferenceStatusConferenceResponse.h>
Public Member Functions | |
| GetConferenceStatusConferenceResponse * | initWith:withDetail:withSchedule:withAccount:withParticipants: (NSString *starttime,[withDetail] GetConferenceStatusConferenceDetailResponse *detail,[withSchedule] GetConferenceStatusConferenceScheduleResponse *schedule,[withAccount] NSString *account,[withParticipants] NSMutableArray *participants) |
| GetConferenceStatusConferenceResponse * | initWith:withDetail:withSchedule:withAccount:withParticipants: (NSString *starttime,[withDetail] GetConferenceStatusConferenceDetailResponse *detail,[withSchedule] GetConferenceStatusConferenceScheduleResponse *schedule,[withAccount] NSString *account,[withParticipants] NSMutableArray *participants) |
Properties | |
| NSString * | myStarttime |
| GetConferenceStatusConferenceDetailResponse * | myDetail |
| GetConferenceStatusConferenceScheduleResponse * | mySchedule |
| NSString * | myAccount |
| NSMutableArray * | myParticipants |
GetConferenceStatusConferenceResponse.h.
Information about a conference.
| GetConferenceStatusConferenceResponse * GetConferenceStatusConferenceResponse::initWith:withDetail:withSchedule:withAccount:withParticipants: | ( | NSString* | starttime, |
| [withDetail] GetConferenceStatusConferenceDetailResponse* | detail, | ||
| [withSchedule] GetConferenceStatusConferenceScheduleResponse* | schedule, | ||
| [withAccount] NSString* | account, | ||
| [withParticipants] NSMutableArray* | participants | ||
| ) | [virtual] |
Creates a data object with given parameters.
| starttime | actual start time (ISO-8601 format) |
| detail | detailed information about conference |
| schedule | if conference is planned field contains planning information, if not field is empty |
| account | current account for further accounting related to the current conference |
| participants | list of conference participants |
| GetConferenceStatusConferenceResponse* GetConferenceStatusConferenceResponse::initWith:withDetail:withSchedule:withAccount:withParticipants: | ( | NSString * | starttime, |
| [withDetail] GetConferenceStatusConferenceDetailResponse * | detail, | ||
| [withSchedule] GetConferenceStatusConferenceScheduleResponse * | schedule, | ||
| [withAccount] NSString * | account, | ||
| [withParticipants] NSMutableArray * | participants | ||
| ) | [virtual] |
Creates a data object with given parameters.
| starttime | actual start time (ISO-8601 format) |
| detail | detailed information about conference |
| schedule | if conference is planned field contains planning information, if not field is empty |
| account | current account for further accounting related to the current conference |
| participants | list of conference participants |
NSString * GetConferenceStatusConferenceResponse::myAccount [read, write, retain] |
GetConferenceStatusConferenceDetailResponse * GetConferenceStatusConferenceResponse::myDetail [read, write, retain] |
NSMutableArray * GetConferenceStatusConferenceResponse::myParticipants [read, write, retain] |
GetConferenceStatusConferenceScheduleResponse * GetConferenceStatusConferenceResponse::mySchedule [read, write, retain] |
NSString * GetConferenceStatusConferenceResponse::myStarttime [read, write, retain] |
1.7.5