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