public class OrganizerMeetingInfo extends MeetingInfo implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
OrganizerMeetingInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected IdentitySet |
organizer |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
allowConversationWithoutHost, contextPath, odataType| Modifier | Constructor and Description |
|---|---|
protected |
OrganizerMeetingInfo() |
| Modifier and Type | Method and Description |
|---|---|
static OrganizerMeetingInfo.Builder |
builderOrganizerMeetingInfo()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<IdentitySet> |
getOrganizer() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
OrganizerMeetingInfo |
withOrganizer(IdentitySet organizer) |
getAllowConversationWithoutHost, withAllowConversationWithoutHostprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected IdentitySet organizer
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class MeetingInfopublic Optional<IdentitySet> getOrganizer()
public OrganizerMeetingInfo withOrganizer(IdentitySet organizer)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class MeetingInfopublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class MeetingInfopublic static OrganizerMeetingInfo.Builder builderOrganizerMeetingInfo()
public String toString()
toString in class MeetingInfoCopyright © 2018–2020. All rights reserved.