Methods
add(quotaOptions) → {Promise}
Create an OrganizationQuota
Parameters:
| Name | Type | Description |
|---|---|---|
quotaOptions |
Object |
Returns:
- Type
- Promise
getOrganizationQuota(guid) → {Promise}
Get a single OrganizationQuota
Parameters:
| Name | Type | Description |
|---|---|---|
guid |
String |
Returns:
- Type
- Promise
getOrganizationQuotas(filteropt) → {Promise}
Get OrganizationQuotas list
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
filter |
Object |
<optional> |
Query-string filter |
Returns:
- Type
- Promise
getQuotaDefinitions()
Alias for backward compatibility with tests
remove(guid) → {Promise}
Delete an OrganizationQuota
Parameters:
| Name | Type | Description |
|---|---|---|
guid |
String |
Returns:
- Type
- Promise
update(guid, quotaOptions) → {Promise}
Update an OrganizationQuota
Parameters:
| Name | Type | Description |
|---|---|---|
guid |
String | |
quotaOptions |
Object |
Returns:
- Type
- Promise