Uses of Class
com.vidispine.generated.SearchOperatorType
-
-
Uses of SearchOperatorType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchOperatorType Modifier and Type Field Description protected SearchOperatorType
CriterionType. operator
protected SearchOperatorType
ItemSearchType. operator
protected SearchOperatorType
SearchGroupType. operator
Fields in com.vidispine.generated with type parameters of type SearchOperatorType Modifier and Type Field Description protected List<SearchOperatorType>
SearchFilterType. operator
protected List<SearchOperatorType>
SearchOperatorType. operator
Methods in com.vidispine.generated that return types with arguments of type SearchOperatorType Modifier and Type Method Description List<SearchOperatorType>
SearchFilterType. getOperator()
Gets the value of the operator property.List<SearchOperatorType>
SearchOperatorType. getOperator()
Gets the value of the operator property.Method parameters in com.vidispine.generated with type arguments of type SearchOperatorType Modifier and Type Method Description SearchFilterType
SearchFilterType. withOperator(Collection<SearchOperatorType> values)
SearchOperatorType
SearchOperatorType. withOperator(Collection<SearchOperatorType> values)
-