public class Fieldpermission extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Fieldpermission.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
_fieldsecurityprofileid_value |
protected String |
_organizationid_value |
protected String |
attributelogicalname |
protected Integer |
cancreate |
protected Integer |
canread |
protected Integer |
canupdate |
protected Integer |
componentstate |
protected String |
entityname |
protected String |
fieldpermissionid |
protected String |
fieldpermissionidunique |
protected Boolean |
ismanaged |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Fieldpermission() |
protected String fieldpermissionid
protected Boolean ismanaged
protected Integer componentstate
protected Integer canupdate
protected OffsetDateTime overwritetime
protected String solutionid
protected String entityname
protected Integer canread
protected String _organizationid_value
protected Integer cancreate
protected String _fieldsecurityprofileid_value
protected Long versionnumber
protected String fieldpermissionidunique
protected String attributelogicalname
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Fieldpermission.Builder builderFieldpermission()
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 Fieldpermission withFieldpermissionid(String fieldpermissionid)
public Fieldpermission withIsmanaged(Boolean ismanaged)
public Fieldpermission withComponentstate(Integer componentstate)
public Fieldpermission withCanupdate(Integer canupdate)
public Optional<OffsetDateTime> getOverwritetime()
public Fieldpermission withOverwritetime(OffsetDateTime overwritetime)
public Fieldpermission withSolutionid(String solutionid)
public Fieldpermission withEntityname(String entityname)
public Fieldpermission withCanread(Integer canread)
public Fieldpermission with_organizationid_value(String _organizationid_value)
public Fieldpermission withCancreate(Integer cancreate)
public Fieldpermission with_fieldsecurityprofileid_value(String _fieldsecurityprofileid_value)
public Fieldpermission withVersionnumber(Long versionnumber)
public Fieldpermission withFieldpermissionidunique(String fieldpermissionidunique)
public Fieldpermission withAttributelogicalname(String attributelogicalname)
public Fieldpermission withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SyncerrorCollectionRequest getFieldPermission_SyncErrors()
public FieldsecurityprofileRequest getFieldsecurityprofileid()
public SolutionRequest getSolution_fieldpermission()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Fieldpermission 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 Fieldpermission 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.