public class

RolePrivilege

extends Object
implements Serializable
java.lang.Object
   ↳ com.microsoft.schemas.crm._2011.contracts.RolePrivilege

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected Guid businessUnitId
protected PrivilegeDepth depth
protected Guid privilegeId
Public Constructors
RolePrivilege()
Public Methods
Guid getBusinessUnitId()
Gets the value of the businessUnitId property.
PrivilegeDepth getDepth()
Gets the value of the depth property.
Guid getPrivilegeId()
Gets the value of the privilegeId property.
void setBusinessUnitId(Guid value)
Sets the value of the businessUnitId property.
void setDepth(PrivilegeDepth value)
Sets the value of the depth property.
void setPrivilegeId(Guid value)
Sets the value of the privilegeId property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Guid businessUnitId

protected PrivilegeDepth depth

protected Guid privilegeId

Public Constructors

public RolePrivilege ()

Public Methods

public Guid getBusinessUnitId ()

Gets the value of the businessUnitId property.

Returns
  • possible object is Guid

public PrivilegeDepth getDepth ()

Gets the value of the depth property.

Returns

public Guid getPrivilegeId ()

Gets the value of the privilegeId property.

Returns
  • possible object is Guid

public void setBusinessUnitId (Guid value)

Sets the value of the businessUnitId property.

Parameters
value Allowed object is Guid

public void setDepth (PrivilegeDepth value)

Sets the value of the depth property.

Parameters
value Allowed object is PrivilegeDepth

public void setPrivilegeId (Guid value)

Sets the value of the privilegeId property.

Parameters
value Allowed object is Guid