public class ParticipantEndpoint extends Endpoint implements com.github.davidmoten.odata.client.ODataType
| Modifier and Type | Class and Description |
|---|---|
static class |
ParticipantEndpoint.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected UserFeedback |
feedback |
protected IdentitySet |
identity |
protected com.github.davidmoten.odata.client.internal.UnmappedFields |
unmappedFields |
contextPath, odataType, userAgent| Modifier | Constructor and Description |
|---|---|
protected |
ParticipantEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
static ParticipantEndpoint.Builder |
builderParticipantEndpoint()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
Optional<UserFeedback> |
getFeedback() |
Optional<IdentitySet> |
getIdentity() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
void |
postInject(boolean addKeysToContextPath) |
String |
toString() |
ParticipantEndpoint |
withFeedback(UserFeedback feedback) |
ParticipantEndpoint |
withIdentity(IdentitySet identity) |
builder, getUserAgent, withUserAgentprotected com.github.davidmoten.odata.client.internal.UnmappedFields unmappedFields
protected IdentitySet identity
protected UserFeedback feedback
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Endpointpublic Optional<IdentitySet> getIdentity()
public ParticipantEndpoint withIdentity(IdentitySet identity)
public Optional<UserFeedback> getFeedback()
public ParticipantEndpoint withFeedback(UserFeedback feedback)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Endpointpublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Endpointpublic static ParticipantEndpoint.Builder builderParticipantEndpoint()
Copyright © 2018–2020. All rights reserved.