public class InvitationParticipantInfo extends Object implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
InvitationParticipantInfo.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected com.github.davidmoten.odata.client.ContextPath |
contextPath |
protected EndpointType |
endpointType |
protected IdentitySet |
identity |
protected String |
odataType |
protected String |
replacesCallId |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
| Modifier | Constructor and Description |
|---|---|
protected |
InvitationParticipantInfo() |
| Modifier and Type | Method and Description |
|---|---|
static InvitationParticipantInfo.Builder |
builder()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<EndpointType> |
getEndpointType() |
Optional<IdentitySet> |
getIdentity() |
Optional<String> |
getReplacesCallId() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
InvitationParticipantInfo |
withEndpointType(EndpointType endpointType) |
InvitationParticipantInfo |
withIdentity(IdentitySet identity) |
InvitationParticipantInfo |
withReplacesCallId(String replacesCallId) |
protected com.github.davidmoten.odata.client.ContextPath contextPath
protected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected String odataType
protected IdentitySet identity
protected EndpointType endpointType
protected String replacesCallId
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypepublic Optional<IdentitySet> getIdentity()
public InvitationParticipantInfo withIdentity(IdentitySet identity)
public Optional<EndpointType> getEndpointType()
public InvitationParticipantInfo withEndpointType(EndpointType endpointType)
public InvitationParticipantInfo withReplacesCallId(String replacesCallId)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypepublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepublic static InvitationParticipantInfo.Builder builder()
Copyright © 2018–2020. All rights reserved.