| java.lang.Object | |
| ↳ | com.microsoft.schemas.xrm._2011.contracts.AttributePrivilege |
Java class for AttributePrivilege complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AttributePrivilege">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="AttributeId" type="{http://schemas.microsoft.com/2003/10/Serialization/}guid" minOccurs="0"/>
<element name="CanCreate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CanRead" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CanUpdate" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| attributeId | |||||||||||
| canCreate | |||||||||||
| canRead | |||||||||||
| canUpdate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the attributeId property.
| |||||||||||
Gets the value of the canCreate property.
| |||||||||||
Gets the value of the canRead property.
| |||||||||||
Gets the value of the canUpdate property.
| |||||||||||
Sets the value of the attributeId property.
| |||||||||||
Sets the value of the canCreate property.
| |||||||||||
Sets the value of the canRead property.
| |||||||||||
Sets the value of the canUpdate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the attributeId property.
Guid
Gets the value of the canCreate property.
Gets the value of the canRead property.
Gets the value of the canUpdate property.
Sets the value of the attributeId property.
| value | Allowed object is
Guid
|
|---|
Sets the value of the canCreate property.
| value | Allowed object is Integer |
|---|
Sets the value of the canRead property.
| value | Allowed object is Integer |
|---|
Sets the value of the canUpdate property.
| value | Allowed object is Integer |
|---|