public class Entity extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Entity.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
addresstablename |
protected String |
basetablename |
protected String |
collectionname |
protected Integer |
componentstate |
protected String |
entityid |
protected String |
entitysetname |
protected String |
extensiontablename |
protected String |
externalcollectionname |
protected String |
externalname |
protected String |
logicalcollectionname |
protected String |
logicalname |
protected String |
name |
protected String |
originallocalizedcollectionname |
protected String |
originallocalizedname |
protected OffsetDateTime |
overwritetime |
protected String |
parentcontrollingattributename |
protected String |
physicalname |
protected String |
reportviewname |
protected String |
solutionid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Entity() |
protected String logicalcollectionname
protected String parentcontrollingattributename
protected String externalcollectionname
protected String extensiontablename
protected String basetablename
protected OffsetDateTime overwritetime
protected String entityid
protected String physicalname
protected String entitysetname
protected String originallocalizedcollectionname
protected String collectionname
protected String externalname
protected String reportviewname
protected String addresstablename
protected String solutionid
protected Integer componentstate
protected String name
protected String logicalname
protected String originallocalizedname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Entity.Builder builderEntity()
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 Entity withParentcontrollingattributename(String parentcontrollingattributename)
public Optional<OffsetDateTime> getOverwritetime()
public Entity withOverwritetime(OffsetDateTime overwritetime)
public Entity withOriginallocalizedcollectionname(String originallocalizedcollectionname)
public Entity withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SolutioncomponentconfigurationCollectionRequest getEntity_solutioncomponentconfiguration()
public EntityanalyticsconfigCollectionRequest getEntity_entityanalyticsconfig()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Entity 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 Entity 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.