Uses of Class
com.vidispine.generated.StorageType
-
-
Uses of StorageType in com.vidispine.generated
Fields in com.vidispine.generated declared as StorageType Modifier and Type Field Description protected StorageType
WebsocketUpdateType. storage
protected StorageType
FileType. storageDefinition
Fields in com.vidispine.generated with type parameters of type StorageType Modifier and Type Field Description protected List<StorageType>
StorageGroupType. storage
protected List<StorageType>
StorageListType. storage
Methods in com.vidispine.generated that return types with arguments of type StorageType Modifier and Type Method Description javax.xml.bind.JAXBElement<StorageType>
ObjectFactory. createStorageDocument(StorageType value)
List<StorageType>
StorageGroupType. getStorage()
Gets the value of the storage property.List<StorageType>
StorageListType. getStorage()
Gets the value of the storage property.Methods in com.vidispine.generated with parameters of type StorageType Modifier and Type Method Description javax.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
StorageGroupType. withStorage(StorageType... values)
StorageListType
StorageListType. withStorage(StorageType... values)
WebsocketUpdateType
WebsocketUpdateType. withStorage(StorageType value)
FileType
FileType. withStorageDefinition(StorageType value)
Method parameters in com.vidispine.generated with type arguments of type StorageType Modifier and Type Method Description StorageGroupType
StorageGroupType. withStorage(Collection<StorageType> values)
StorageListType
StorageListType. withStorage(Collection<StorageType> values)
-