public class Customcontrol extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Customcontrol.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 String |
authoringmanifest |
protected String |
clientjson |
protected String |
compatibledatatypes |
protected Integer |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
customcontrolid |
protected String |
customcontrolidunique |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected String |
manifest |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected String |
version |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Customcontrol() |
protected Boolean ismanaged
protected String _createdonbehalfby_value
protected OffsetDateTime modifiedon
protected String _modifiedonbehalfby_value
protected String compatibledatatypes
protected String solutionid
protected String _modifiedby_value
protected String clientjson
protected String customcontrolid
protected String _organizationid_value
protected String authoringmanifest
protected String version
protected String customcontrolidunique
protected Integer componentstate
protected OffsetDateTime overwritetime
protected String name
protected String manifest
protected Long versionnumber
protected OffsetDateTime createdon
protected String _createdby_value
protected String introducedversion
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Customcontrol.Builder builderCustomcontrol()
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 Customcontrol withIsmanaged(Boolean ismanaged)
public Customcontrol with_createdonbehalfby_value(String _createdonbehalfby_value)
public Optional<OffsetDateTime> getModifiedon()
public Customcontrol withModifiedon(OffsetDateTime modifiedon)
public Customcontrol with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Customcontrol withCompatibledatatypes(String compatibledatatypes)
public Customcontrol withSolutionid(String solutionid)
public Customcontrol with_modifiedby_value(String _modifiedby_value)
public Customcontrol withClientjson(String clientjson)
public Customcontrol withCustomcontrolid(String customcontrolid)
public Customcontrol with_organizationid_value(String _organizationid_value)
public Customcontrol withAuthoringmanifest(String authoringmanifest)
public Customcontrol withVersion(String version)
public Customcontrol withCustomcontrolidunique(String customcontrolidunique)
public Customcontrol withComponentstate(Integer componentstate)
public Optional<OffsetDateTime> getOverwritetime()
public Customcontrol withOverwritetime(OffsetDateTime overwritetime)
public Customcontrol withName(String name)
public Customcontrol withManifest(String manifest)
public Customcontrol withVersionnumber(Long versionnumber)
public Optional<OffsetDateTime> getCreatedon()
public Customcontrol withCreatedon(OffsetDateTime createdon)
public Customcontrol with_createdby_value(String _createdby_value)
public Customcontrol withIntroducedversion(String introducedversion)
public Customcontrol withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedonbehalfby()
public CustomcontrolresourceCollectionRequest getCustomcontrol_resource_id()
public SystemuserRequest getCreatedby()
public SystemuserRequest getCreatedonbehalfby()
public OrganizationRequest getOrganizationid()
public SystemuserRequest getModifiedby()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Customcontrol 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 Customcontrol 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.