public class Agreement extends Entity implements com.github.davidmoten.odata.client.ODataEntityType
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 |
Agreement.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
displayName |
protected Boolean |
isViewingBeforeAcceptanceRequired |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Agreement() |
| Modifier and Type | Method and Description |
|---|---|
static Agreement.Builder |
builderAgreement()
Returns a builder which is used to create a new
instance of this class (given that this class is immutable).
|
com.github.davidmoten.odata.client.internal.ChangedFields |
getChangedFields() |
Optional<String> |
getDisplayName() |
AgreementFileCollectionRequest |
getFiles() |
Optional<Boolean> |
getIsViewingBeforeAcceptanceRequired() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Agreement |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Agreement |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Agreement |
withDisplayName(String displayName) |
Agreement |
withIsViewingBeforeAcceptanceRequired(Boolean isViewingBeforeAcceptanceRequired) |
protected String displayName
protected Boolean isViewingBeforeAcceptanceRequired
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static Agreement.Builder builderAgreement()
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 Optional<Boolean> getIsViewingBeforeAcceptanceRequired()
public Agreement withIsViewingBeforeAcceptanceRequired(Boolean isViewingBeforeAcceptanceRequired)
public AgreementFileCollectionRequest getFiles()
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic Agreement patch()
this with changed fields reset.public Agreement put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.