public class Channelaccessprofileentityaccesslevel extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Channelaccessprofileentityaccesslevel.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
channelaccessprofileentityaccesslevelid |
protected String |
channelaccessprofileentityaccesslevelidunique |
protected String |
channelaccessprofileid |
protected Integer |
componentstate |
protected Integer |
entityaccessleveldepthmask |
protected String |
entityaccesslevelid |
protected Boolean |
ismanaged |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Channelaccessprofileentityaccesslevel() |
protected String channelaccessprofileentityaccesslevelid
protected Integer componentstate
protected Long versionnumber
protected String entityaccesslevelid
protected String channelaccessprofileid
protected OffsetDateTime overwritetime
protected String solutionid
protected Boolean ismanaged
protected String channelaccessprofileentityaccesslevelidunique
protected Integer entityaccessleveldepthmask
protected Channelaccessprofileentityaccesslevel()
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Channelaccessprofileentityaccesslevel.Builder builderChannelaccessprofileentityaccesslevel()
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<String> getChannelaccessprofileentityaccesslevelid()
public Channelaccessprofileentityaccesslevel withChannelaccessprofileentityaccesslevelid(String channelaccessprofileentityaccesslevelid)
public Channelaccessprofileentityaccesslevel withComponentstate(Integer componentstate)
public Channelaccessprofileentityaccesslevel withVersionnumber(Long versionnumber)
public Channelaccessprofileentityaccesslevel withEntityaccesslevelid(String entityaccesslevelid)
public Channelaccessprofileentityaccesslevel withChannelaccessprofileid(String channelaccessprofileid)
public Optional<OffsetDateTime> getOverwritetime()
public Channelaccessprofileentityaccesslevel withOverwritetime(OffsetDateTime overwritetime)
public Channelaccessprofileentityaccesslevel withSolutionid(String solutionid)
public Channelaccessprofileentityaccesslevel withIsmanaged(Boolean ismanaged)
public Optional<String> getChannelaccessprofileentityaccesslevelidunique()
public Channelaccessprofileentityaccesslevel withChannelaccessprofileentityaccesslevelidunique(String channelaccessprofileentityaccesslevelidunique)
public Channelaccessprofileentityaccesslevel withEntityaccessleveldepthmask(Integer entityaccessleveldepthmask)
public Channelaccessprofileentityaccesslevel withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Channelaccessprofileentityaccesslevel 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 Channelaccessprofileentityaccesslevel 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.