Uses of Class
com.vidispine.generated.CollectionCriterionType
-
-
Uses of CollectionCriterionType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type CollectionCriterionType Modifier and Type Field Description protected List<CollectionCriterionType>
CollectionCriterionType. collection
protected List<CollectionCriterionType>
ItemSearchType. collection
protected List<CollectionCriterionType>
SearchOperatorType. collection
Methods in com.vidispine.generated that return types with arguments of type CollectionCriterionType Modifier and Type Method Description List<CollectionCriterionType>
CollectionCriterionType. getCollection()
Gets the value of the collection property.List<CollectionCriterionType>
ItemSearchType. getCollection()
Gets the value of the collection property.List<CollectionCriterionType>
SearchOperatorType. getCollection()
Gets the value of the collection property.Methods in com.vidispine.generated with parameters of type CollectionCriterionType Modifier and Type Method Description CollectionCriterionType
CollectionCriterionType. withCollection(CollectionCriterionType... values)
FileSearchType
FileSearchType. withCollection(CollectionCriterionType... values)
ItemSearchType
ItemSearchType. withCollection(CollectionCriterionType... values)
SearchOperatorType
SearchOperatorType. withCollection(CollectionCriterionType... values)
ShapeSearchType
ShapeSearchType. withCollection(CollectionCriterionType... values)
Method parameters in com.vidispine.generated with type arguments of type CollectionCriterionType Modifier and Type Method Description CollectionCriterionType
CollectionCriterionType. withCollection(Collection<CollectionCriterionType> values)
FileSearchType
FileSearchType. withCollection(Collection<CollectionCriterionType> values)
ItemSearchType
ItemSearchType. withCollection(Collection<CollectionCriterionType> values)
SearchOperatorType
SearchOperatorType. withCollection(Collection<CollectionCriterionType> values)
ShapeSearchType
ShapeSearchType. withCollection(Collection<CollectionCriterionType> values)
-