| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.RolePrivilege |
Java class for RolePrivilege complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="RolePrivilege">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="BusinessUnitId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="Depth" type="{http://schemas.microsoft.com/crm/2011/Contracts}PrivilegeDepth" minOccurs="0"/>
<element name="PrivilegeId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| businessUnitId | |||||||||||
| depth | |||||||||||
| privilegeId | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the businessUnitId property.
| |||||||||||
Gets the value of the depth property.
| |||||||||||
Gets the value of the privilegeId property.
| |||||||||||
Sets the value of the businessUnitId property.
| |||||||||||
Sets the value of the depth property.
| |||||||||||
Sets the value of the privilegeId property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the businessUnitId property.
Guid
Gets the value of the depth property.
PrivilegeDepth
Gets the value of the privilegeId property.
Guid
Sets the value of the businessUnitId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the depth property.
| value | Allowed object is
PrivilegeDepth
|
|---|
Sets the value of the privilegeId property.
| value | Allowed object is
Guid
|
|---|