public class AgreementAcceptance extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
Org.OData.Capabilities.V1.ExpandRestrictions
Expandable = false
Org.OData.Capabilities.V1.FilterRestrictions
Filterable = false
Org.OData.Capabilities.V1.SortRestrictions
Sortable = false
Org.OData.Capabilities.V1.SelectRestrictions
Selectable = false
Org.OData.Capabilities.V1.CountRestrictions
Countable = false
Org.OData.Capabilities.V1.TopSupported
false
Org.OData.Capabilities.V1.SkipSupported
false
| Modifier and Type | Class and Description |
|---|---|
static class |
AgreementAcceptance.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
agreementFileId |
protected String |
agreementId |
protected OffsetDateTime |
recordedDateTime |
protected AgreementAcceptanceState |
state |
protected String |
userDisplayName |
protected String |
userEmail |
protected String |
userId |
protected String |
userPrincipalName |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AgreementAcceptance() |
protected String agreementId
protected String userId
protected String agreementFileId
protected OffsetDateTime recordedDateTime
protected String userDisplayName
protected String userPrincipalName
protected String userEmail
protected AgreementAcceptanceState state
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AgreementAcceptance.Builder builderAgreementAcceptance()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Entitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Entitypublic AgreementAcceptance withAgreementId(String agreementId)
public AgreementAcceptance withUserId(String userId)
public AgreementAcceptance withAgreementFileId(String agreementFileId)
public Optional<OffsetDateTime> getRecordedDateTime()
public AgreementAcceptance withRecordedDateTime(OffsetDateTime recordedDateTime)
public AgreementAcceptance withUserDisplayName(String userDisplayName)
public AgreementAcceptance withUserPrincipalName(String userPrincipalName)
public AgreementAcceptance withUserEmail(String userEmail)
public Optional<AgreementAcceptanceState> getState()
public AgreementAcceptance withState(AgreementAcceptanceState state)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AgreementAcceptance patch()
this with changed fields reset.public AgreementAcceptance put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.