public class Customcontrolresource extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Customcontrolresource.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 OffsetDateTime |
createdon |
protected String |
customcontrolid |
protected String |
customcontrolresourceid |
protected String |
customcontrolresourceidunique |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected String |
version |
protected Long |
versionnumber |
protected String |
versionrequirement |
protected String |
webresourceid |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Customcontrolresource() |
protected String _organizationid_value
protected String version
protected String webresourceid
protected Integer componentstate
protected Long versionnumber
protected String customcontrolresourceid
protected String versionrequirement
protected String _modifiedonbehalfby_value
protected String solutionid
protected OffsetDateTime overwritetime
protected OffsetDateTime modifiedon
protected String _createdby_value
protected String introducedversion
protected String customcontrolresourceidunique
protected OffsetDateTime createdon
protected String name
protected Boolean ismanaged
protected String _createdonbehalfby_value
protected String _modifiedby_value
protected String customcontrolid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Customcontrolresource.Builder builderCustomcontrolresource()
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 Customcontrolresource with_organizationid_value(String _organizationid_value)
public Customcontrolresource withVersion(String version)
public Customcontrolresource withWebresourceid(String webresourceid)
public Customcontrolresource withComponentstate(Integer componentstate)
public Customcontrolresource withVersionnumber(Long versionnumber)
public Customcontrolresource withCustomcontrolresourceid(String customcontrolresourceid)
public Customcontrolresource withVersionrequirement(String versionrequirement)
public Customcontrolresource with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Customcontrolresource withSolutionid(String solutionid)
public Optional<OffsetDateTime> getOverwritetime()
public Customcontrolresource withOverwritetime(OffsetDateTime overwritetime)
public Optional<OffsetDateTime> getModifiedon()
public Customcontrolresource withModifiedon(OffsetDateTime modifiedon)
public Customcontrolresource with_createdby_value(String _createdby_value)
public Customcontrolresource withIntroducedversion(String introducedversion)
public Customcontrolresource withCustomcontrolresourceidunique(String customcontrolresourceidunique)
public Optional<OffsetDateTime> getCreatedon()
public Customcontrolresource withCreatedon(OffsetDateTime createdon)
public Customcontrolresource withName(String name)
public Customcontrolresource withIsmanaged(Boolean ismanaged)
public Customcontrolresource with_createdonbehalfby_value(String _createdonbehalfby_value)
public Customcontrolresource with_modifiedby_value(String _modifiedby_value)
public Customcontrolresource withCustomcontrolid(String customcontrolid)
public Customcontrolresource withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic CustomcontrolRequest getCustomcontrolid_customcontrol()
public SystemuserRequest getCreatedby()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedonbehalfby()
public OrganizationRequest getOrganizationid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Customcontrolresource 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 Customcontrolresource 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.