public class Appmodulecomponent extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Appmodulecomponent.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_appmoduleidunique_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
appmodulecomponentid |
protected String |
appmodulecomponentidunique |
protected Integer |
componenttype |
protected OffsetDateTime |
createdon |
protected BigDecimal |
exchangerate |
protected String |
introducedversion |
protected Boolean |
isdefault |
protected Boolean |
ismetadata |
protected OffsetDateTime |
modifiedon |
protected String |
objectid |
protected OffsetDateTime |
overwritetime |
protected String |
rootappmodulecomponentid |
protected Integer |
rootcomponentbehavior |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Appmodulecomponent() |
protected OffsetDateTime overwritetime
protected Boolean ismetadata
protected String appmodulecomponentidunique
protected Integer rootcomponentbehavior
protected String introducedversion
protected String rootappmodulecomponentid
protected String _modifiedonbehalfby_value
protected Integer timezoneruleversionnumber
protected OffsetDateTime createdon
protected Long versionnumber
protected BigDecimal exchangerate
protected OffsetDateTime modifiedon
protected Integer utcconversiontimezonecode
protected Boolean isdefault
protected String _createdonbehalfby_value
protected String _modifiedby_value
protected String objectid
protected Integer componenttype
protected String _createdby_value
protected String appmodulecomponentid
protected String _appmoduleidunique_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Appmodulecomponent.Builder builderAppmodulecomponent()
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 Appmodulecomponent withOverwritetime(OffsetDateTime overwritetime)
public Appmodulecomponent withIsmetadata(Boolean ismetadata)
public Appmodulecomponent withAppmodulecomponentidunique(String appmodulecomponentidunique)
public Appmodulecomponent withRootcomponentbehavior(Integer rootcomponentbehavior)
public Appmodulecomponent withIntroducedversion(String introducedversion)
public Appmodulecomponent withRootappmodulecomponentid(String rootappmodulecomponentid)
public Appmodulecomponent with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Appmodulecomponent withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Optional<OffsetDateTime> getCreatedon()
public Appmodulecomponent withCreatedon(OffsetDateTime createdon)
public Appmodulecomponent withVersionnumber(Long versionnumber)
public Optional<BigDecimal> getExchangerate()
public Appmodulecomponent withExchangerate(BigDecimal exchangerate)
public Optional<OffsetDateTime> getModifiedon()
public Appmodulecomponent withModifiedon(OffsetDateTime modifiedon)
public Appmodulecomponent withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Appmodulecomponent withIsdefault(Boolean isdefault)
public Appmodulecomponent with_createdonbehalfby_value(String _createdonbehalfby_value)
public Appmodulecomponent with_modifiedby_value(String _modifiedby_value)
public Appmodulecomponent withObjectid(String objectid)
public Appmodulecomponent withComponenttype(Integer componenttype)
public Appmodulecomponent with_createdby_value(String _createdby_value)
public Appmodulecomponent withAppmodulecomponentid(String appmodulecomponentid)
public Appmodulecomponent with_appmoduleidunique_value(String _appmoduleidunique_value)
public Appmodulecomponent withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getAppmodulecomponent_modifiedby()
public SystemuserRequest getModifiedonbehalfby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getAppmodulecomponent_createdby()
public AppmoduleRequest getAppmoduleid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Appmodulecomponent 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 Appmodulecomponent 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.