Specifies list of calendars that are members of the groups. More...
Inherits Object.
Public Member Functions | |
| System::String | get_GroupId () const |
| Group id More... | |
| void | set_GroupId (System::String value) |
| Group id More... | |
| System::SharedPtr< System::Collections::Generic::ListExt< System::SharedPtr< ErrorDetails > > > | get_Errors () const |
| Optional error(s) (if computation for the group failed). More... | |
| System::SharedPtr< System::Collections::Generic::ListExt< System::String > > | get_Calendars () const |
| List of calendars' identifiers within a group. More... | |
| FreebusyGroupInfo () | |
| Initializes a new instance of the FreebusyGroupInfo class. More... | |
| FreebusyGroupInfo (System::String groupId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ErrorDetails >>> errors) | |
| Initializes a new instance of the FreebusyGroupInfo class. More... | |
| FreebusyGroupInfo (System::String groupId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> calendars) | |
| Initializes a new instance of the FreebusyGroupInfo class. More... | |
| FreebusyGroupInfo (System::String groupId, System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ErrorDetails >>> errors, System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> calendars) | |
| Initializes a new instance of the FreebusyGroupInfo class. More... | |
Specifies list of calendars that are members of the groups.
| Aspose::Email::Clients::Google::FreebusyGroupInfo::FreebusyGroupInfo | ( | ) |
Initializes a new instance of the FreebusyGroupInfo class.
| Aspose::Email::Clients::Google::FreebusyGroupInfo::FreebusyGroupInfo | ( | System::String | groupId, |
| System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ErrorDetails >>> | errors | ||
| ) |
Initializes a new instance of the FreebusyGroupInfo class.
| groupId | Group id |
| errors | Optional error(s) (if computation for the group failed). |
| Aspose::Email::Clients::Google::FreebusyGroupInfo::FreebusyGroupInfo | ( | System::String | groupId, |
| System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | calendars | ||
| ) |
Initializes a new instance of the FreebusyGroupInfo class.
| groupId | Group id |
| calendars | List of calendars' identifiers within a group. |
| Aspose::Email::Clients::Google::FreebusyGroupInfo::FreebusyGroupInfo | ( | System::String | groupId, |
| System::SharedPtr< System::Collections::Generic::IEnumerable< System::SharedPtr< ErrorDetails >>> | errors, | ||
| System::SharedPtr< System::Collections::Generic::IEnumerable< System::String >> | calendars | ||
| ) |
Initializes a new instance of the FreebusyGroupInfo class.
| groupId | Group id |
| errors | Optional error(s) (if computation for the group failed). |
| calendars | List of calendars' identifiers within a group. |
| System::SharedPtr<System::Collections::Generic::ListExt<System::String> > Aspose::Email::Clients::Google::FreebusyGroupInfo::get_Calendars | ( | ) | const |
List of calendars' identifiers within a group.
| System::SharedPtr<System::Collections::Generic::ListExt<System::SharedPtr<ErrorDetails> > > Aspose::Email::Clients::Google::FreebusyGroupInfo::get_Errors | ( | ) | const |
Optional error(s) (if computation for the group failed).
| System::String Aspose::Email::Clients::Google::FreebusyGroupInfo::get_GroupId | ( | ) | const |
Group id
| void Aspose::Email::Clients::Google::FreebusyGroupInfo::set_GroupId | ( | System::String | value | ) |
Group id