Uses of Class
com.vidispine.generated.StorageMethodType
-
-
Uses of StorageMethodType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type StorageMethodType Modifier and Type Field Description protected List<StorageMethodType>
StorageMethodListType. method
protected List<StorageMethodType>
StorageType. method
Methods in com.vidispine.generated that return types with arguments of type StorageMethodType Modifier and Type Method Description List<StorageMethodType>
StorageMethodListType. getMethod()
Gets the value of the method property.List<StorageMethodType>
StorageType. getMethod()
Gets the value of the method property.Methods in com.vidispine.generated with parameters of type StorageMethodType Modifier and Type Method Description StorageMethodListType
StorageMethodListType. withMethod(StorageMethodType... values)
StorageType
StorageType. withMethod(StorageMethodType... values)
Method parameters in com.vidispine.generated with type arguments of type StorageMethodType Modifier and Type Method Description StorageMethodListType
StorageMethodListType. withMethod(Collection<StorageMethodType> values)
StorageType
StorageType. withMethod(Collection<StorageMethodType> values)
-