public class Connectionrole extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Connectionrole.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 |
category |
protected Integer |
componentstate |
protected String |
connectionroleid |
protected String |
connectionroleidunique |
protected OffsetDateTime |
createdon |
protected String |
description |
protected Integer |
importsequencenumber |
protected String |
introducedversion |
protected BooleanManagedProperty |
iscustomizable |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Integer |
statecode |
protected Integer |
statuscode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Connectionrole() |
protected String _organizationid_value
protected Long versionnumber
protected Integer statuscode
protected Integer componentstate
protected Integer importsequencenumber
protected String description
protected OffsetDateTime overwritetime
protected OffsetDateTime createdon
protected OffsetDateTime modifiedon
protected String name
protected String solutionid
protected String _modifiedonbehalfby_value
protected Integer category
protected String _modifiedby_value
protected Integer statecode
protected BooleanManagedProperty iscustomizable
protected String connectionroleid
protected String connectionroleidunique
protected Boolean ismanaged
protected String _createdonbehalfby_value
protected String introducedversion
protected String _createdby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Connectionrole.Builder builderConnectionrole()
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 Connectionrole with_organizationid_value(String _organizationid_value)
public Connectionrole withVersionnumber(Long versionnumber)
public Connectionrole withStatuscode(Integer statuscode)
public Connectionrole withComponentstate(Integer componentstate)
public Connectionrole withImportsequencenumber(Integer importsequencenumber)
public Connectionrole withDescription(String description)
public Optional<OffsetDateTime> getOverwritetime()
public Connectionrole withOverwritetime(OffsetDateTime overwritetime)
public Optional<OffsetDateTime> getCreatedon()
public Connectionrole withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getModifiedon()
public Connectionrole withModifiedon(OffsetDateTime modifiedon)
public Connectionrole withName(String name)
public Connectionrole withSolutionid(String solutionid)
public Connectionrole with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Connectionrole withCategory(Integer category)
public Connectionrole with_modifiedby_value(String _modifiedby_value)
public Connectionrole withStatecode(Integer statecode)
public Optional<BooleanManagedProperty> getIscustomizable()
public Connectionrole withIscustomizable(BooleanManagedProperty iscustomizable)
public Connectionrole withConnectionroleid(String connectionroleid)
public Connectionrole withConnectionroleidunique(String connectionroleidunique)
public Connectionrole withIsmanaged(Boolean ismanaged)
public Connectionrole with_createdonbehalfby_value(String _createdonbehalfby_value)
public Connectionrole withIntroducedversion(String introducedversion)
public Connectionrole with_createdby_value(String _createdby_value)
public Connectionrole withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public ProcesssessionCollectionRequest getConnectionRole_ProcessSessions()
public SystemuserRequest getModifiedonbehalfby()
public AsyncoperationCollectionRequest getConnection_Role_AsyncOperations()
public ConnectionCollectionRequest getConnection_role_connections2()
public SyncerrorCollectionRequest getConnectionRole_SyncErrors()
public SystemuserRequest getCreatedonbehalfby()
public ConnectionCollectionRequest getConnection_role_connections1()
public ConnectionroleCollectionRequest getConnectionroleassociation_association()
public ConnectionroleCollectionRequest getConnectionroleassociation_association_referenced()
public OrganizationRequest getOrganizationid()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Connectionrole 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 Connectionrole 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.