| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.metadata.SecurityPrivilegeMetadata |
Java class for SecurityPrivilegeMetadata complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SecurityPrivilegeMetadata">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CanBeBasic" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CanBeDeep" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CanBeGlobal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="CanBeLocal" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="Name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="PrivilegeId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="PrivilegeType" type="{http://schemas.microsoft.com/xrm/2011/Metadata}PrivilegeType" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| canBeBasic | |||||||||||
| canBeDeep | |||||||||||
| canBeGlobal | |||||||||||
| canBeLocal | |||||||||||
| name | |||||||||||
| privilegeId | |||||||||||
| privilegeType | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the name property.
| |||||||||||
Gets the value of the privilegeId property.
| |||||||||||
Gets the value of the privilegeType property.
| |||||||||||
Gets the value of the canBeBasic property.
| |||||||||||
Gets the value of the canBeDeep property.
| |||||||||||
Gets the value of the canBeGlobal property.
| |||||||||||
Gets the value of the canBeLocal property.
| |||||||||||
Sets the value of the canBeBasic property.
| |||||||||||
Sets the value of the canBeDeep property.
| |||||||||||
Sets the value of the canBeGlobal property.
| |||||||||||
Sets the value of the canBeLocal property.
| |||||||||||
Sets the value of the name property.
| |||||||||||
Sets the value of the privilegeId property.
| |||||||||||
Sets the value of the privilegeType property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the name property.
Gets the value of the privilegeId property.
Guid
Gets the value of the privilegeType property.
PrivilegeType
Gets the value of the canBeBasic property.
Gets the value of the canBeDeep property.
Gets the value of the canBeGlobal property.
Gets the value of the canBeLocal property.
Sets the value of the canBeBasic property.
| value | Allowed object is Boolean |
|---|
Sets the value of the canBeDeep property.
| value | Allowed object is Boolean |
|---|
Sets the value of the canBeGlobal property.
| value | Allowed object is Boolean |
|---|
Sets the value of the canBeLocal property.
| value | Allowed object is Boolean |
|---|
Sets the value of the name property.
| value | Allowed object is String |
|---|
Sets the value of the privilegeId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the privilegeType property.
| value | Allowed object is
PrivilegeType
|
|---|