| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.PrincipalAccess |
Java class for PrincipalAccess complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="PrincipalAccess">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AccessMask" type="{http://schemas.microsoft.com/crm/2011/Contracts}AccessRights" minOccurs="0"/>
<element name="Principal" type="{http://schemas.microsoft.com/xrm/2011/Contracts}EntityReference" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| accessMask | |||||||||||
| principal | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the accessMask property.
| |||||||||||
Gets the value of the principal property.
| |||||||||||
Sets the value of the accessMask property.
| |||||||||||
Sets the value of the principal property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the accessMask property.
AccessRights
Gets the value of the principal property.
EntityReference
Sets the value of the accessMask property.
| value | Allowed object is
AccessRights
|
|---|
Sets the value of the principal property.
| value | Allowed object is
EntityReference
|
|---|