| Package | Description |
|---|---|
| org.gcube.resource.management.quota.library.quotalist | |
| org.gcube.resource.management.quota.library.quotedefault |
| Modifier and Type | Method and Description |
|---|---|
CallerType |
ServiceQuota.getCallerType() |
CallerType |
StorageQuota.getCallerType() |
abstract CallerType |
Quota.getCallerType() |
static CallerType |
CallerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CallerType[] |
CallerType.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.setCallerType(CallerType callerType) |
void |
StorageQuota.setCallerType(CallerType callerType) |
| 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 |
|---|---|
CallerType |
ServiceQuotaDefault.getCallerType() |
abstract CallerType |
QuotaDefault.getCallerType() |
CallerType |
StorageQuotaDefault.getCallerType() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceQuotaDefault.setCallerType(CallerType callerType) |
void |
StorageQuotaDefault.setCallerType(CallerType callerType) |
| Constructor and Description |
|---|
StorageQuotaDefault(CallerType callerType,
TimeInterval timeInterval,
Double quotaValue) |
Copyright © 2018. All Rights Reserved.