Uses of Enum Class
com.vidispine.generated.QuotaResourceType
-
Uses of QuotaResourceType in com.vidispine.generated
Fields in com.vidispine.generated declared as QuotaResourceTypeMethods in com.vidispine.generated that return QuotaResourceTypeModifier and TypeMethodDescriptionstatic QuotaResourceType
Gets the enum associated to the value passed as parameter.QuotaRuleType.Resource.getName()
Gets the value of the name property.static QuotaResourceType
Returns the enum constant of this class with the specified name.static QuotaResourceType[]
QuotaResourceType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vidispine.generated with parameters of type QuotaResourceTypeModifier and TypeMethodDescriptionvoid
QuotaRuleType.Resource.setName
(QuotaResourceType value) Sets the value of the name property.QuotaRuleType.Resource.withName
(QuotaResourceType value) Sets the value of the name property.