Package odata.msgraph.client.complex
Class Attendee
- java.lang.Object
-
- odata.msgraph.client.complex.Recipient
-
- odata.msgraph.client.complex.AttendeeBase
-
- odata.msgraph.client.complex.Attendee
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class Attendee extends AttendeeBase implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAttendee.Builder
-
Field Summary
Fields Modifier and Type Field Description protected TimeSlotproposedNewTimeprotected ResponseStatusstatus-
Fields inherited from class odata.msgraph.client.complex.AttendeeBase
type
-
Fields inherited from class odata.msgraph.client.complex.Recipient
contextPath, emailAddress, odataType, unmappedFields
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAttendee()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Attendee.BuilderbuilderAttendee()Returns a builder which is used to create a new instance of this class (given that this class is immutable).Optional<TimeSlot>getProposedNewTime()Optional<ResponseStatus>getStatus()com.github.davidmoten.odata.client.UnmappedFieldsgetUnmappedFields()StringodataTypeName()voidpostInject(boolean addKeysToContextPath)StringtoString()AttendeewithProposedNewTime(TimeSlot proposedNewTime)AttendeewithStatus(ResponseStatus status)AttendeewithUnmappedField(String name, Object value)-
Methods inherited from class odata.msgraph.client.complex.AttendeeBase
builderAttendeeBase, getType, withType
-
Methods inherited from class odata.msgraph.client.complex.Recipient
builder, getEmailAddress, withEmailAddress
-
-
-
-
Field Detail
-
proposedNewTime
protected TimeSlot proposedNewTime
-
status
protected ResponseStatus status
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
odataTypeNamein classAttendeeBase
-
getStatus
public Optional<ResponseStatus> getStatus()
-
withStatus
public Attendee withStatus(ResponseStatus status)
-
withUnmappedField
public Attendee withUnmappedField(String name, Object value)
- Overrides:
withUnmappedFieldin classAttendeeBase
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
getUnmappedFieldsin classAttendeeBase
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType- Overrides:
postInjectin classAttendeeBase
-
builderAttendee
public static Attendee.Builder builderAttendee()
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 classAttendeeBase
-
-