Class OrganizerMeetingInfo
- java.lang.Object
-
- odata.msgraph.client.beta.complex.MeetingInfo
-
- odata.msgraph.client.beta.complex.OrganizerMeetingInfo
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class OrganizerMeetingInfo extends MeetingInfo implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOrganizerMeetingInfo.Builder
-
Field Summary
Fields Modifier and Type Field Description protected IdentitySetorganizer-
Fields inherited from class odata.msgraph.client.beta.complex.MeetingInfo
allowConversationWithoutHost, contextPath, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedOrganizerMeetingInfo()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static OrganizerMeetingInfo.BuilderbuilderOrganizerMeetingInfo()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.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()OrganizerMeetingInfowithOrganizer(IdentitySet organizer)OrganizerMeetingInfowithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.beta.complex.MeetingInfo
getAllowConversationWithoutHost, withAllowConversationWithoutHost
-
-
-
-
Field Detail
-
organizer
protected IdentitySet organizer
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classMeetingInfo
-
getOrganizer
public Optional<IdentitySet> getOrganizer()
-
withOrganizer
public OrganizerMeetingInfo withOrganizer(IdentitySet organizer)
-
withUnmappedField
public OrganizerMeetingInfo withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classMeetingInfo
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classMeetingInfo
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classMeetingInfo
-
builderOrganizerMeetingInfo
public static OrganizerMeetingInfo.Builder builderOrganizerMeetingInfo()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
toString
public String toString()
- Overrides:
toStringin classMeetingInfo
-
-