| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
ServiceQuota.getTimeInterval() |
abstract TimeInterval |
Quota.getTimeInterval() |
TimeInterval |
StorageQuota.getTimeInterval() |
static TimeInterval |
TimeInterval.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimeInterval[] |
TimeInterval.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceQuota.setTimeInterval(TimeInterval timeInterval) |
void |
StorageQuota.setTimeInterval(TimeInterval timeInterval) |
| Constructor and Description |
|---|
ServiceQuota(String context,
String identifier,
CallerType callerType,
String serviceId,
TimeInterval timeInterval,
Double quotaValue,
AccessType accessType) |
ServiceQuota(String context,
String identifier,
CallerType callerType,
TimeInterval timeInterval,
Double quotaValue,
AccessType accessType) |
StorageQuota(String context,
String identifier,
CallerType callerType,
TimeInterval timeInterval,
Double quotaValue) |
| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
ServiceQuotaDefault.getTimeInterval() |
TimeInterval |
StorageQuotaDefault.getTimeInterval() |
abstract TimeInterval |
QuotaDefault.getTimeInterval() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceQuotaDefault.setTimeInterval(TimeInterval timeInterval) |
void |
StorageQuotaDefault.setTimeInterval(TimeInterval timeInterval) |
| Constructor and Description |
|---|
StorageQuotaDefault(CallerType callerType,
TimeInterval timeInterval,
Double quotaValue) |
| Modifier and Type | Method and Description |
|---|---|
TimeInterval |
QuotaStorageStatus.getTimeInterval() |
| Modifier and Type | Method and Description |
|---|---|
void |
QuotaStorageStatus.setTimeInterval(TimeInterval timeInterval) |
| Constructor and Description |
|---|
QuotaStorageStatus(String identifier,
TimeInterval timeInterval,
Double quotaValue,
Double quotaUsage) |
Copyright © 2017. All Rights Reserved.