Uses of Class
com.vidispine.generated.StorageGroupType.Data
-
-
Uses of StorageGroupType.Data in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type StorageGroupType.Data Modifier and Type Field Description protected List<StorageGroupType.Data>
StorageGroupType. data
Methods in com.vidispine.generated that return StorageGroupType.Data Modifier and Type Method Description StorageGroupType.Data
ObjectFactory. createStorageGroupTypeData()
Create an instance ofStorageGroupType.Data
StorageGroupType.Data
StorageGroupType.Data. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
StorageGroupType.Data
StorageGroupType.Data. withKey(String value)
StorageGroupType.Data
StorageGroupType.Data. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type StorageGroupType.Data Modifier and Type Method Description List<StorageGroupType.Data>
StorageGroupType. getData()
Gets the value of the data property.Methods in com.vidispine.generated with parameters of type StorageGroupType.Data Modifier and Type Method Description StorageGroupType
StorageGroupType. withData(StorageGroupType.Data... values)
Method parameters in com.vidispine.generated with type arguments of type StorageGroupType.Data Modifier and Type Method Description StorageGroupType
StorageGroupType. withData(Collection<StorageGroupType.Data> values)
-