public class AgreementFile 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 |
AgreementFile.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected AgreementFileData |
fileData |
protected String |
fileName |
protected Boolean |
isDefault |
protected String |
language |
changedFields, contextPath, id, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
AgreementFile() |
| Modifier and Type | Method and Description |
|---|---|
static AgreementFile.Builder |
builderAgreementFile()
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<AgreementFileData> |
getFileData() |
Optional<String> |
getFileName() |
Optional<Boolean> |
getIsDefault() |
Optional<String> |
getLanguage() |
com.github.davidmoten.odata.client.internal.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
AgreementFile |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
AgreementFile |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
AgreementFile |
withFileData(AgreementFileData fileData) |
AgreementFile |
withFileName(String fileName) |
AgreementFile |
withIsDefault(Boolean isDefault) |
AgreementFile |
withLanguage(String language) |
protected String language
protected String fileName
protected AgreementFileData fileData
protected Boolean isDefault
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Entitypublic static AgreementFile.Builder builderAgreementFile()
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 AgreementFile withLanguage(String language)
public AgreementFile withFileName(String fileName)
public Optional<AgreementFileData> getFileData()
public AgreementFile withFileData(AgreementFileData fileData)
public AgreementFile withIsDefault(Boolean isDefault)
public com.github.davidmoten.odata.client.internal.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Entitypublic AgreementFile patch()
this with changed fields reset.public AgreementFile put()
this
with changed fields reset (they were ignored anyway).Copyright © 2018–2020. All rights reserved.