public class Principalobjectaccess extends Crmbaseentity implements com.github.davidmoten.odata.client.ODataEntityType
| Modifier and Type | Class and Description |
|---|---|
static class |
Principalobjectaccess.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Integer |
accessrightsmask |
protected OffsetDateTime |
changedon |
protected Integer |
inheritedaccessrightsmask |
protected String |
objectid |
protected String |
objecttypecode |
protected String |
principalid |
protected String |
principalobjectaccessid |
protected String |
principaltypecode |
protected Integer |
timezoneruleversionnumber |
protected Integer |
utcconversiontimezonecode |
protected Long |
versionnumber |
changedFields, contextPath, odataType, unmappedFields| Modifier | Constructor and Description |
|---|---|
protected |
Principalobjectaccess() |
protected Integer timezoneruleversionnumber
protected String principalobjectaccessid
protected OffsetDateTime changedon
protected String principalid
protected Long versionnumber
protected String objecttypecode
protected Integer utcconversiontimezonecode
protected String objectid
protected String principaltypecode
protected Integer inheritedaccessrightsmask
protected Integer accessrightsmask
public String odataTypeName()
odataTypeName in interface com.github.davidmoten.odata.client.ODataTypeodataTypeName in class Crmbaseentitypublic static Principalobjectaccess.Builder builderPrincipalobjectaccess()
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 Principalobjectaccess withTimezoneruleversionnumber(Integer timezoneruleversionnumber)
public Principalobjectaccess withPrincipalobjectaccessid(String principalobjectaccessid)
public Optional<OffsetDateTime> getChangedon()
public Principalobjectaccess withChangedon(OffsetDateTime changedon)
public Principalobjectaccess withPrincipalid(String principalid)
public Principalobjectaccess withVersionnumber(Long versionnumber)
public Principalobjectaccess withObjecttypecode(String objecttypecode)
public Principalobjectaccess withUtcconversiontimezonecode(Integer utcconversiontimezonecode)
public Principalobjectaccess withObjectid(String objectid)
public Principalobjectaccess withPrincipaltypecode(String principaltypecode)
public Principalobjectaccess withInheritedaccessrightsmask(Integer inheritedaccessrightsmask)
public Principalobjectaccess withAccessrightsmask(Integer accessrightsmask)
public Principalobjectaccess 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 Principalobjectaccess 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 Principalobjectaccess 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.