Uses of Class
com.vidispine.generated.QuotaRuleType
-
Uses of QuotaRuleType in com.vidispine.generated
Fields in com.vidispine.generated declared as QuotaRuleTypeFields in com.vidispine.generated with type parameters of type QuotaRuleTypeMethods in com.vidispine.generated that return QuotaRuleTypeModifier and TypeMethodDescriptionObjectFactory.createQuotaRuleType()
Create an instance ofQuotaRuleType
WebsocketUpdateType.getQuota()
Gets the value of the quota property.QuotaRuleType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) QuotaRuleType.withCollection
(String value) Sets the value of the collection property.QuotaRuleType.withDescription
(String value) Sets the value of the description property.QuotaRuleType.withExternalId
(ExternalIdentifierType... values) Adds objects to the list of ExternalId using add methodQuotaRuleType.withExternalId
(Collection<ExternalIdentifierType> values) Adds objects to the list of ExternalId using addAll methodSets the value of the group property.Sets the value of the id property.QuotaRuleType.withLastUpdate
(XMLGregorianCalendar value) Sets the value of the lastUpdate property.QuotaRuleType.withLibrary
(String value) Sets the value of the library property.QuotaRuleType.withResource
(QuotaRuleType.Resource... values) Adds objects to the list of Resource using add methodQuotaRuleType.withResource
(Collection<QuotaRuleType.Resource> values) Adds objects to the list of Resource using addAll methodQuotaRuleType.withStorage
(String value) Sets the value of the storage property.QuotaRuleType.withStorageGroup
(String value) Sets the value of the storageGroup property.Sets the value of the tag property.QuotaRuleType.withUpdateFrequency
(Integer value) Sets the value of the updateFrequency property.Sets the value of the user property.Methods in com.vidispine.generated that return types with arguments of type QuotaRuleTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<QuotaRuleType>
ObjectFactory.createQuotaRuleDocument
(QuotaRuleType value) QuotaRuleListType.getRule()
Gets the value of the rule property.Methods in com.vidispine.generated with parameters of type QuotaRuleTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<QuotaRuleType>
ObjectFactory.createQuotaRuleDocument
(QuotaRuleType value) void
WebsocketUpdateType.setQuota
(QuotaRuleType value) Sets the value of the quota property.WebsocketUpdateType.withQuota
(QuotaRuleType value) Sets the value of the quota property.QuotaRuleListType.withRule
(QuotaRuleType... values) Adds objects to the list of Rule using add methodMethod parameters in com.vidispine.generated with type arguments of type QuotaRuleTypeModifier and TypeMethodDescriptionQuotaRuleListType.withRule
(Collection<QuotaRuleType> values) Adds objects to the list of Rule using addAll method