public class Privilege extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Privilege.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
accessright |
protected Boolean |
canbebasic |
protected Boolean |
canbedeep |
protected Boolean |
canbeentityreference |
protected Boolean |
canbeglobal |
protected Boolean |
canbelocal |
protected Boolean |
canbeparententityreference |
protected Integer |
componentstate |
protected String |
introducedversion |
protected Boolean |
ismanaged |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
privilegeid |
protected String |
privilegerowid |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Privilege() |
protected String privilegerowid
protected Boolean canbebasic
protected Integer accessright
protected String privilegeid
protected OffsetDateTime overwritetime
protected Integer componentstate
protected String solutionid
protected Boolean canbeentityreference
protected Boolean canbeglobal
protected Boolean canbedeep
protected String name
protected Boolean canbeparententityreference
protected Boolean ismanaged
protected Long versionnumber
protected String introducedversion
protected Boolean canbelocal
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Privilege.Builder builderPrivilege()
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> getOverwritetime()
public Privilege withOverwritetime(OffsetDateTime overwritetime)
public Privilege withCanbeparententityreference(Boolean canbeparententityreference)
public Privilege withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic RoletemplateCollectionRequest getRoletemplateprivileges_association()
public RoleCollectionRequest getRoleprivileges_association()
public AsyncoperationCollectionRequest getPrivilege_AsyncOperations()
public BulkdeletefailureCollectionRequest getPrivilege_BulkDeleteFailures()
public SolutionRequest getSolution_privilege()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Privilege 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 Privilege 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.