public class Entityrelationship extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Entityrelationship.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
componentstate |
protected String |
entityrelationshipid |
protected OffsetDateTime |
overwritetime |
protected String |
schemaname |
protected String |
solutionid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Entityrelationship() |
protected String entityrelationshipid
protected Integer componentstate
protected String schemaname
protected String solutionid
protected OffsetDateTime overwritetime
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Entityrelationship.Builder builderEntityrelationship()
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 Entityrelationship withEntityrelationshipid(String entityrelationshipid)
public Entityrelationship withComponentstate(Integer componentstate)
public Entityrelationship withSchemaname(String schemaname)
public Entityrelationship withSolutionid(String solutionid)
public Optional<OffsetDateTime> getOverwritetime()
public Entityrelationship withOverwritetime(OffsetDateTime overwritetime)
public Entityrelationship withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SolutioncomponentrelationshipconfigurationCollectionRequest getEntityrelationship_config()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Entityrelationship 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 Entityrelationship 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–2020. All rights reserved.