Uses of Class
com.vidispine.generated.QuotaResourceType
-
-
Uses of QuotaResourceType in com.vidispine.generated
Fields in com.vidispine.generated declared as QuotaResourceType Modifier and Type Field Description protected QuotaResourceType
QuotaRuleType.Resource. name
Methods in com.vidispine.generated that return QuotaResourceType Modifier and Type Method Description static QuotaResourceType
QuotaResourceType. fromValue(String v)
QuotaResourceType
QuotaRuleType.Resource. getName()
Gets the value of the name property.static QuotaResourceType
QuotaResourceType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QuotaResourceType[]
QuotaResourceType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type QuotaResourceType Modifier and Type Method Description void
QuotaRuleType.Resource. setName(QuotaResourceType value)
Sets the value of the name property.QuotaRuleType.Resource
QuotaRuleType.Resource. withName(QuotaResourceType value)
-