public class Appconfig extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Appconfig.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_appmoduleid_value |
protected String |
_createdby_value |
protected String |
_createdonbehalfby_value |
protected String |
_modifiedby_value |
protected String |
_modifiedonbehalfby_value |
protected String |
_organizationid_value |
protected String |
appconfigid |
protected String |
appconfigidunique |
protected String |
appconfigimportxml |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected Integer |
importsequencenumber |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected OffsetDateTime |
overriddencreatedon |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Appconfig() |
protected Integer componentstate
protected String solutionid
protected String _organizationid_value
protected Long versionnumber
protected Boolean ismanaged
protected String appconfigimportxml
protected String appconfigidunique
protected OffsetDateTime modifiedon
protected OffsetDateTime createdon
protected String _createdby_value
protected String _createdonbehalfby_value
protected OffsetDateTime overwritetime
protected Integer importsequencenumber
protected String introducedversion
protected String _modifiedby_value
protected String _appmoduleid_value
protected OffsetDateTime overriddencreatedon
protected String appconfigid
protected Integer statecode
protected Integer statuscode
protected String _modifiedonbehalfby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Appconfig.Builder builderAppconfig()
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> getModifiedon()
public Appconfig withModifiedon(OffsetDateTime modifiedon)
public Optional<OffsetDateTime> getCreatedon()
public Appconfig withCreatedon(OffsetDateTime createdon)
public Appconfig with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getOverwritetime()
public Appconfig withOverwritetime(OffsetDateTime overwritetime)
public Optional<OffsetDateTime> getOverriddencreatedon()
public Appconfig withOverriddencreatedon(OffsetDateTime overriddencreatedon)
public Appconfig with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Appconfig withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic AppmoduleRequest getAppmodule_appconfig()
public SystemuserRequest getAppconfig_modifiedby()
public SystemuserRequest getAppconfig_modifiedonbehalfby()
public NavigationsettingCollectionRequest getAppconfig_navigationsetting()
public SystemuserRequest getAppconfig_createdonbehalfby()
public AppconfiginstanceCollectionRequest getAppconfig_appconfiginstance()
public SystemuserRequest getAppconfig_createdby()
public OrganizationRequest getOrganization_appconfig()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Appconfig 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 Appconfig 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<Appconfig> retrieveUnpublished()
public String toString()
toString in class CrmbaseentityCopyright © 2018–2021. All rights reserved.