public class Fieldsecurityprofile extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Fieldsecurityprofile.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 |
componentstate |
protected OffsetDateTime |
createdon |
protected String |
description |
protected String |
fieldsecurityprofileid |
protected String |
fieldsecurityprofileidunique |
protected Boolean |
ismanaged |
protected OffsetDateTime |
modifiedon |
protected String |
name |
protected OffsetDateTime |
overwritetime |
protected String |
solutionid |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Fieldsecurityprofile() |
protected String _modifiedby_value
protected Long versionnumber
protected String name
protected String _modifiedonbehalfby_value
protected OffsetDateTime overwritetime
protected OffsetDateTime createdon
protected OffsetDateTime modifiedon
protected Integer componentstate
protected String description
protected String _organizationid_value
protected Boolean ismanaged
protected String solutionid
protected String fieldsecurityprofileidunique
protected String fieldsecurityprofileid
protected String _createdby_value
protected String _createdonbehalfby_value
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Fieldsecurityprofile.Builder builderFieldsecurityprofile()
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 Fieldsecurityprofile with_modifiedby_value(String _modifiedby_value)
public Fieldsecurityprofile withVersionnumber(Long versionnumber)
public Fieldsecurityprofile withName(String name)
public Fieldsecurityprofile with_modifiedonbehalfby_value(String _modifiedonbehalfby_value)
public Optional<OffsetDateTime> getOverwritetime()
public Fieldsecurityprofile withOverwritetime(OffsetDateTime overwritetime)
public Optional<OffsetDateTime> getCreatedon()
public Fieldsecurityprofile withCreatedon(OffsetDateTime createdon)
public Optional<OffsetDateTime> getModifiedon()
public Fieldsecurityprofile withModifiedon(OffsetDateTime modifiedon)
public Fieldsecurityprofile withComponentstate(Integer componentstate)
public Fieldsecurityprofile withDescription(String description)
public Fieldsecurityprofile with_organizationid_value(String _organizationid_value)
public Fieldsecurityprofile withIsmanaged(Boolean ismanaged)
public Fieldsecurityprofile withSolutionid(String solutionid)
public Fieldsecurityprofile withFieldsecurityprofileidunique(String fieldsecurityprofileidunique)
public Fieldsecurityprofile withFieldsecurityprofileid(String fieldsecurityprofileid)
public Fieldsecurityprofile with_createdby_value(String _createdby_value)
public Fieldsecurityprofile with_createdonbehalfby_value(String _createdonbehalfby_value)
public Fieldsecurityprofile withUnmappedField(String name, String value)
withUnmappedField in class Crmbaseentitypublic SystemuserRequest getCreatedonbehalfby()
public SyncerrorCollectionRequest getFieldSecurityProfile_SyncErrors()
public OrganizationRequest getOrganizationid()
public SystemuserCollectionRequest getSystemuserprofiles_association()
public FieldpermissionCollectionRequest getLk_fieldpermission_fieldsecurityprofileid()
public SystemuserRequest getModifiedonbehalfby()
public TeamCollectionRequest getTeamprofiles_association()
public SystemuserRequest getModifiedby()
public SystemuserRequest getCreatedby()
public SolutionRequest getSolution_fieldsecurityprofile()
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
getUnmappedFields in interface com.github.davidmoten.odata.client.ODataTypegetUnmappedFields in class Crmbaseentitypublic Fieldsecurityprofile 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 Fieldsecurityprofile 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.