public class Customcontroldefaultconfig extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Customcontroldefaultconfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected Integer |
componentstate |
protected String |
controldescriptionjson |
protected String |
controldescriptionxml |
protected OffsetDateTime |
createdon |
protected String |
customcontroldefaultconfigid |
protected String |
customcontroldefaultconfigidunique |
protected String |
eventsxml |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overwritetime |
protected String |
primaryentitytypecode |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Customcontroldefaultconfig() |
protected String primaryentitytypecode
protected String controldescriptionjson
protected String _createdonbehalfby_value
protected String _modifiedonbehalfby_value
protected Integer componentstate
protected Boolean ismanaged
protected String eventsxml
protected String customcontroldefaultconfigid
protected String solutionid
protected String _createdby_value
protected String introducedversion
protected String _organizationid_value
protected OffsetDateTime createdon
protected String customcontroldefaultconfigidunique
protected OffsetDateTime overwritetime
protected Long versionnumber
protected OffsetDateTime modifiedon
protected String controldescriptionxml
protected String _modifiedby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Customcontroldefaultconfig.Builder builderCustomcontroldefaultconfig()
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 Customcontroldefaultconfig withPrimaryentitytypecode(String primaryentitytypecode)
public Customcontroldefaultconfig withControldescriptionjson(String controldescriptionjson)
public Customcontroldefaultconfig with_createdonbehalfby_value(String _createdonbehalfby_value)
public Customcontroldefaultconfig with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Customcontroldefaultconfig withComponentstate(Integer componentstate)
public Customcontroldefaultconfig withIsmanaged(Boolean ismanaged)
public Customcontroldefaultconfig withEventsxml(String eventsxml)
public Customcontroldefaultconfig withCustomcontroldefaultconfigid(String customcontroldefaultconfigid)
public Customcontroldefaultconfig withSolutionid(String solutionid)
public Customcontroldefaultconfig with_createdby_value(String _createdby_value)
public Customcontroldefaultconfig withIntroducedversion(String introducedversion)
public Customcontroldefaultconfig with_organizationid_value(String _organizationid_value)
public Optional<OffsetDateTime> getCreatedon()
public Customcontroldefaultconfig withCreatedon(OffsetDateTime createdon)
public Optional<String> getCustomcontroldefaultconfigidunique()
public Customcontroldefaultconfig withCustomcontroldefaultconfigidunique(String customcontroldefaultconfigidunique)
public Optional<OffsetDateTime> getOverwritetime()
public Customcontroldefaultconfig withOverwritetime(OffsetDateTime overwritetime)
public Customcontroldefaultconfig withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getModifiedon()
public Customcontroldefaultconfig withModifiedon(OffsetDateTime modifiedon)
public Customcontroldefaultconfig withControldescriptionxml(String controldescriptionxml)
public Customcontroldefaultconfig with_modifiedby_value(String _modifiedby_value)
public Customcontroldefaultconfig withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getModifiedonbehalfby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Customcontroldefaultconfig 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 Customcontroldefaultconfig 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 com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<Customcontroldefaultconfig> retrieveUnpublished()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2020. All rights reserved.