Uses of Class
com.vidispine.generated.ResourceType
-
-
Uses of ResourceType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ResourceType Modifier and Type Field Description protected List<ResourceType>
ResourceListType. resource
Methods in com.vidispine.generated that return types with arguments of type ResourceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ResourceType>
ObjectFactory. createResourceDocument(ResourceType value)
List<ResourceType>
ResourceListType. getResource()
Gets the value of the resource property.Methods in com.vidispine.generated with parameters of type ResourceType Modifier and Type Method Description javax.xml.bind.JAXBElement<ResourceType>
ObjectFactory. createResourceDocument(ResourceType value)
ResourceListType
ResourceListType. withResource(ResourceType... values)
Method parameters in com.vidispine.generated with type arguments of type ResourceType Modifier and Type Method Description ResourceListType
ResourceListType. withResource(Collection<ResourceType> values)
-