Package odata.msgraph.client.complex
Class AttendeeBase
- java.lang.Object
-
- odata.msgraph.client.complex.Recipient
-
- odata.msgraph.client.complex.AttendeeBase
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttendeeBase.Builder
-
Field Summary
Fields Modifier and Type Field Description protected AttendeeTypetype-
Fields inherited from class odata.msgraph.client.complex.Recipient
contextPath, emailAddress, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttendeeBase()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AttendeeBase.BuilderbuilderAttendeeBase()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<AttendeeType>getType()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AttendeeBasewithType(AttendeeType type)AttendeeBasewithUnmappedField(String name, String value)-
Methods inherited from class odata.msgraph.client.complex.Recipient
builder, getEmailAddress, withEmailAddress
-
-
-
-
Field Detail
-
type
protected AttendeeType type
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classRecipient
-
getType
public Optional<AttendeeType> getType()
-
withType
public AttendeeBase withType(AttendeeType type)
-
withUnmappedField
public AttendeeBase withUnmappedField(String name, String value)
- Overrides:
withUnmappedFieldin classRecipient
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classRecipient
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classRecipient
-
builderAttendeeBase
public static AttendeeBase.Builder builderAttendeeBase()
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
-
-