public class Entitykey extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Entitykey.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
componentstate |
protected String |
entitykeyid |
protected String |
logicalname |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Entitykey() |
| Modifier and Type | Method and Description |
|---|---|
static Entitykey.Builder |
builderEntitykey()
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<Integer> |
getComponentstate() |
Optional<String> |
getEntitykeyid() |
Optional<String> |
getLogicalname() |
Optional<String> |
getName() |
Optional<OffsetDateTime> |
getOverwritetime() |
Optional<String> |
getSolutionid() |
com.github.davidmoten.odata.client.UnmappedFields |
getUnmappedFields() |
String |
odataTypeName() |
Entitykey |
patch()
Submits only changed fields for update and returns an
immutable copy of
this with changed fields reset. |
void |
postInject(boolean addKeysToContextPath) |
Entitykey |
put()
Submits all fields for update and returns an immutable copy of
this
with changed fields reset (they were ignored anyway). |
String |
toString() |
Entitykey |
withComponentstate(Integer componentstate) |
Entitykey |
withEntitykeyid(String entitykeyid) |
Entitykey |
withLogicalname(String logicalname) |
Entitykey |
withName(String name) |
Entitykey |
withOverwritetime(OffsetDateTime overwritetime) |
Entitykey |
withSolutionid(String solutionid) |
Entitykey |
withUnmappedField(String name,
String value) |
protected String logicalname
protected String solutionid
protected OffsetDateTime overwritetime
protected String entitykeyid
protected Integer componentstate
protected String name
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Entitykey.Builder builderEntitykey()
public com.github.davidmoten.odata.client.internal.ChangedFields getChangedFields()
getChangedFields in interface com.github.davidmoten.odata.client.ODataEntityTypegetChangedFields in class Crmbaseentitypublic void postInject(boolean addKeysToContextPath)
postInject in interface com.github.davidmoten.odata.client.ODataTypepostInject in class Crmbaseentitypublic Optional<OffsetDateTime> getOverwritetime()
public Entitykey withOverwritetime(OffsetDateTime overwritetime)
public Entitykey withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Entitykey patch()
this with changed fields reset.patch in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic Entitykey put()
this
with changed fields reset (they were ignored anyway).put in class Crmbaseentitythis with changed fields resetcom.github.davidmoten.odata.client.ClientException - if HTTP response is not as expectedpublic String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.