public class Attendee extends AttendeeBase implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
Attendee.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected TimeSlot |
proposedNewTime |
protected ResponseStatus |
status |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
typecontextPath, emailAddress, odataType| Modifier | Constructor and Description |
|---|---|
protected |
Attendee() |
| Modifier and Type | Method and Description |
|---|---|
static Attendee.Builder |
builderAttendee()
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.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
Attendee |
withProposedNewTime(TimeSlot proposedNewTime) |
Attendee |
withStatus(ResponseStatus status) |
builderAttendeeBase, getType, withTypebuilder, getEmailAddress, withEmailAddressprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected ResponseStatus status
protected TimeSlot proposedNewTime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class AttendeeBasepublic Optional<ResponseStatus> getStatus()
public Attendee withStatus(ResponseStatus status)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class AttendeeBasepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class AttendeeBasepublic static Attendee.Builder builderAttendee()
public String toString()
toString in class AttendeeBaseCopyright © 2018–2020. All rights reserved.