public class Solutioncomponent extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Solutioncomponent.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 |
_solutionid_value |
protected Integer |
componenttype |
protected OffsetDateTime |
createdon |
protected Boolean |
ismetadata |
protected OffsetDateTime |
modifiedon |
protected String |
objectid |
protected Integer |
rootcomponentbehavior |
protected String |
rootsolutioncomponentid |
protected String |
solutioncomponentid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Solutioncomponent() |
protected OffsetDateTime createdon
protected Integer componenttype
protected Integer rootcomponentbehavior
protected OffsetDateTime modifiedon
protected Long versionnumber
protected String _modifiedonbehalfby_value
protected Boolean ismetadata
protected String rootsolutioncomponentid
protected String _createdonbehalfby_value
protected String _createdby_value
protected String _solutionid_value
protected String _modifiedby_value
protected String solutioncomponentid
protected String objectid
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Solutioncomponent.Builder builderSolutioncomponent()
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> getCreatedon()
public Solutioncomponent withCreatedon(OffsetDateTime createdon)
public Solutioncomponent withComponenttype(Integer componenttype)
public Solutioncomponent withRootcomponentbehavior(Integer rootcomponentbehavior)
public Optional<OffsetDateTime> getModifiedon()
public Solutioncomponent withModifiedon(OffsetDateTime modifiedon)
public Solutioncomponent withVersionnumber(Long versionnumber)
public Solutioncomponent with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Solutioncomponent withIsmetadata(Boolean ismetadata)
public Solutioncomponent withRootsolutioncomponentid(String rootsolutioncomponentid)
public Solutioncomponent with_createdonbehalfby_value(String _createdonbehalfby_value)
public Solutioncomponent with_createdby_value(String _createdby_value)
public Solutioncomponent with_solutionid_value(String _solutionid_value)
public Solutioncomponent with_modifiedby_value(String _modifiedby_value)
public Solutioncomponent withSolutioncomponentid(String solutioncomponentid)
public Solutioncomponent withObjectid(String objectid)
public Solutioncomponent withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SolutionRequest getSolutionid()
public SystemuserRequest getCreatedonbehalfby()
public SystemuserRequest getModifiedonbehalfby()
public SolutioncomponentRequest getRootsolutioncomponentid_solutioncomponent()
public SolutioncomponentCollectionRequest getSolutioncomponent_parent_solutioncomponent()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Solutioncomponent 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 Solutioncomponent 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.