| java.lang.Object | |
| ↳ | com.microsoft.schemas.crm._2011.contracts.OrganizationResources |
Java class for OrganizationResources complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="OrganizationResources">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="CurrentNumberOfActiveUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CurrentNumberOfCustomEntities" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CurrentNumberOfNonInteractiveUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CurrentNumberOfPublishedWorkflows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="CurrentStorage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaxNumberOfActiveUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaxNumberOfCustomEntities" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaxNumberOfNonInteractiveUsers" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaxNumberOfPublishedWorkflows" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
<element name="MaxStorage" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| currentNumberOfActiveUsers | |||||||||||
| currentNumberOfCustomEntities | |||||||||||
| currentNumberOfNonInteractiveUsers | |||||||||||
| currentNumberOfPublishedWorkflows | |||||||||||
| currentStorage | |||||||||||
| maxNumberOfActiveUsers | |||||||||||
| maxNumberOfCustomEntities | |||||||||||
| maxNumberOfNonInteractiveUsers | |||||||||||
| maxNumberOfPublishedWorkflows | |||||||||||
| maxStorage | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the currentNumberOfActiveUsers property.
| |||||||||||
Gets the value of the currentNumberOfCustomEntities property.
| |||||||||||
Gets the value of the currentNumberOfNonInteractiveUsers property.
| |||||||||||
Gets the value of the currentNumberOfPublishedWorkflows property.
| |||||||||||
Gets the value of the currentStorage property.
| |||||||||||
Gets the value of the maxNumberOfActiveUsers property.
| |||||||||||
Gets the value of the maxNumberOfCustomEntities property.
| |||||||||||
Gets the value of the maxNumberOfNonInteractiveUsers property.
| |||||||||||
Gets the value of the maxNumberOfPublishedWorkflows property.
| |||||||||||
Gets the value of the maxStorage property.
| |||||||||||
Sets the value of the currentNumberOfActiveUsers property.
| |||||||||||
Sets the value of the currentNumberOfCustomEntities property.
| |||||||||||
Sets the value of the currentNumberOfNonInteractiveUsers property.
| |||||||||||
Sets the value of the currentNumberOfPublishedWorkflows property.
| |||||||||||
Sets the value of the currentStorage property.
| |||||||||||
Sets the value of the maxNumberOfActiveUsers property.
| |||||||||||
Sets the value of the maxNumberOfCustomEntities property.
| |||||||||||
Sets the value of the maxNumberOfNonInteractiveUsers property.
| |||||||||||
Sets the value of the maxNumberOfPublishedWorkflows property.
| |||||||||||
Sets the value of the maxStorage property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the currentNumberOfActiveUsers property.
Gets the value of the currentNumberOfCustomEntities property.
Gets the value of the currentNumberOfNonInteractiveUsers property.
Gets the value of the currentNumberOfPublishedWorkflows property.
Gets the value of the currentStorage property.
Gets the value of the maxNumberOfActiveUsers property.
Gets the value of the maxNumberOfCustomEntities property.
Gets the value of the maxNumberOfNonInteractiveUsers property.
Gets the value of the maxNumberOfPublishedWorkflows property.
Gets the value of the maxStorage property.
Sets the value of the currentNumberOfActiveUsers property.
| value | Allowed object is Integer |
|---|
Sets the value of the currentNumberOfCustomEntities property.
| value | Allowed object is Integer |
|---|
Sets the value of the currentNumberOfNonInteractiveUsers property.
| value | Allowed object is Integer |
|---|
Sets the value of the currentNumberOfPublishedWorkflows property.
| value | Allowed object is Integer |
|---|
Sets the value of the currentStorage property.
| value | Allowed object is Integer |
|---|
Sets the value of the maxNumberOfActiveUsers property.
| value | Allowed object is Integer |
|---|
Sets the value of the maxNumberOfCustomEntities property.
| value | Allowed object is Integer |
|---|
Sets the value of the maxNumberOfNonInteractiveUsers property.
| value | Allowed object is Integer |
|---|
Sets the value of the maxNumberOfPublishedWorkflows property.
| value | Allowed object is Integer |
|---|
Sets the value of the maxStorage property.
| value | Allowed object is Integer |
|---|