Uses of Class
com.vidispine.generated.StorageType
-
Uses of StorageType in com.vidispine.generated
Fields in com.vidispine.generated declared as StorageTypeModifier and TypeFieldDescriptionprotected StorageType
WebsocketUpdateType.storage
protected StorageType
FileType.storageDefinition
Fields in com.vidispine.generated with type parameters of type StorageTypeModifier and TypeFieldDescriptionprotected List<StorageType>
StorageGroupType.storage
protected List<StorageType>
StorageListType.storage
Methods in com.vidispine.generated that return StorageTypeModifier and TypeMethodDescriptionObjectFactory.createStorageType()
Create an instance ofStorageType
WebsocketUpdateType.getStorage()
Gets the value of the storage property.FileType.getStorageDefinition()
Gets the value of the storageDefinition property.StorageType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) StorageType.withArchiveScript
(String value) Sets the value of the archiveScript property.StorageType.withAutoDetect
(Boolean value) Sets the value of the autoDetect property.StorageType.withBandwidth
(Long value) Sets the value of the bandwidth property.Sets the value of the bean property.StorageType.withCapacity
(Long value) Sets the value of the capacity property.StorageType.withFreeCapacity
(Long value) Sets the value of the freeCapacity property.StorageType.withHighWatermark
(Long value) Sets the value of the highWatermark property.StorageType.withHighWatermarkPercentage
(Integer value) Sets the value of the highWatermarkPercentage property.Sets the value of the id property.StorageType.withLowWatermark
(Long value) Sets the value of the lowWatermark property.StorageType.withLowWatermarkPercentage
(Integer value) Sets the value of the lowWatermarkPercentage property.StorageType.withMetadata
(SimpleMetadataType value) Sets the value of the metadata property.StorageType.withMethod
(StorageMethodType... values) Adds objects to the list of Method using add methodStorageType.withMethod
(Collection<StorageMethodType> values) Adds objects to the list of Method using addAll methodStorageType.withPriority
(String value) Sets the value of the priority property.StorageType.withProjection
(String value) Sets the value of the projection property.StorageType.withResourceTag
(ResourceTagType... values) Adds objects to the list of ResourceTag using add methodStorageType.withResourceTag
(Collection<ResourceTagType> values) Adds objects to the list of ResourceTag using addAll methodStorageType.withScanInterval
(Integer value) Sets the value of the scanInterval property.StorageType.withSequence
(StorageFileSequenceType... values) Adds objects to the list of Sequence using add methodStorageType.withSequence
(Collection<StorageFileSequenceType> values) Adds objects to the list of Sequence using addAll methodStorageType.withSequenceTimeout
(Integer value) Sets the value of the sequenceTimeout property.StorageType.withShowImportables
(Boolean value) Sets the value of the showImportables property.Sets the value of the state property.StorageType.withTimestamp
(XMLGregorianCalendar value) Sets the value of the timestamp property.Sets the value of the type property.Methods in com.vidispine.generated that return types with arguments of type StorageTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<StorageType>
ObjectFactory.createStorageDocument
(StorageType value) StorageGroupType.getStorage()
Gets the value of the storage property.StorageListType.getStorage()
Gets the value of the storage property.Methods in com.vidispine.generated with parameters of type StorageTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<StorageType>
ObjectFactory.createStorageDocument
(StorageType value) void
WebsocketUpdateType.setStorage
(StorageType value) Sets the value of the storage property.void
FileType.setStorageDefinition
(StorageType value) Sets the value of the storageDefinition property.StorageGroupType.withStorage
(StorageType... values) Adds objects to the list of Storage using add methodStorageListType.withStorage
(StorageType... values) Adds objects to the list of Storage using add methodWebsocketUpdateType.withStorage
(StorageType value) Sets the value of the storage property.FileType.withStorageDefinition
(StorageType value) Sets the value of the storageDefinition property.Method parameters in com.vidispine.generated with type arguments of type StorageTypeModifier and TypeMethodDescriptionStorageGroupType.withStorage
(Collection<StorageType> values) Adds objects to the list of Storage using addAll methodStorageListType.withStorage
(Collection<StorageType> values) Adds objects to the list of Storage using addAll method