Uses of Class
com.vidispine.generated.StorageMappingType
-
-
Uses of StorageMappingType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type StorageMappingType Modifier and Type Field Description protected List<StorageMappingType>
EssenceMappingsType. storage
Methods in com.vidispine.generated that return StorageMappingType Modifier and Type Method Description StorageMappingType
ObjectFactory. createStorageMappingType()
Create an instance ofStorageMappingType
StorageMappingType
StorageMappingType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
StorageMappingType
StorageMappingType. withId(String value)
StorageMappingType
StorageMappingType. withPath(String value)
Methods in com.vidispine.generated that return types with arguments of type StorageMappingType Modifier and Type Method Description List<StorageMappingType>
EssenceMappingsType. getStorage()
Gets the value of the storage property.Methods in com.vidispine.generated with parameters of type StorageMappingType Modifier and Type Method Description EssenceMappingsType
EssenceMappingsType. withStorage(StorageMappingType... values)
Method parameters in com.vidispine.generated with type arguments of type StorageMappingType Modifier and Type Method Description EssenceMappingsType
EssenceMappingsType. withStorage(Collection<StorageMappingType> values)
-