| Modifier and Type | Class and Description |
|---|---|
static class |
AttendeeBase.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AttendeeType |
type |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, emailAddress, odataType| Modifier | Constructor and Description |
|---|---|
protected |
AttendeeBase() |
| Modifier and Type | Method and Description |
|---|---|
static AttendeeBase.Builder |
builderAttendeeBase()
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.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
AttendeeBase |
withType(AttendeeType type) |
builder, getEmailAddress, withEmailAddressprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected AttendeeType type
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Recipientpublic Optional<AttendeeType> getType()
public AttendeeBase withType(AttendeeType type)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Recipientpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Recipientpublic static AttendeeBase.Builder builderAttendeeBase()
Copyright © 2018–2020. All rights reserved.