public class Complexcontrol extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Complexcontrol.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_organizationid_value |
protected String |
complexcontrolid |
protected String |
complexcontrolidunique |
protected String |
complexcontrolxml |
protected Integer |
componentstate |
protected String |
description |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Integer |
type |
protected Integer |
version |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Complexcontrol() |
protected Long versionnumber
protected String _organizationid_value
protected String complexcontrolid
protected Boolean ismanaged
protected Integer version
protected String name
protected Integer componentstate
protected Integer type
protected OffsetDateTime overwritetime
protected String complexcontrolxml
protected String introducedversion
protected String complexcontrolidunique
protected String solutionid
protected String description
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Complexcontrol.Builder builderComplexcontrol()
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 Complexcontrol withVersionnumber(Long versionnumber)
public Complexcontrol with_organizationid_value(String _organizationid_value)
public Complexcontrol withComplexcontrolid(String complexcontrolid)
public Complexcontrol withIsmanaged(Boolean ismanaged)
public Complexcontrol withVersion(Integer version)
public Complexcontrol withName(String name)
public Complexcontrol withComponentstate(Integer componentstate)
public Complexcontrol withType(Integer type)
public Optional<OffsetDateTime> getOverwritetime()
public Complexcontrol withOverwritetime(OffsetDateTime overwritetime)
public Complexcontrol withComplexcontrolxml(String complexcontrolxml)
public Complexcontrol withIntroducedversion(String introducedversion)
public Complexcontrol withComplexcontrolidunique(String complexcontrolidunique)
public Complexcontrol withSolutionid(String solutionid)
public Complexcontrol withDescription(String description)
public Complexcontrol withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic OrganizationRequest getOrganizationid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Complexcontrol 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 Complexcontrol 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.