Uses of Class
com.vidispine.generated.SearchOperationType
-
-
Uses of SearchOperationType in com.vidispine.generated
Fields in com.vidispine.generated declared as SearchOperationType Modifier and Type Field Description protected SearchOperationType
SearchFilterType. operation
protected SearchOperationType
SearchOperatorType. operation
Methods in com.vidispine.generated that return SearchOperationType Modifier and Type Method Description static SearchOperationType
SearchOperationType. fromValue(String v)
SearchOperationType
SearchFilterType. getOperation()
Gets the value of the operation property.SearchOperationType
SearchOperatorType. getOperation()
Gets the value of the operation property.static SearchOperationType
SearchOperationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static SearchOperationType[]
SearchOperationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vidispine.generated with parameters of type SearchOperationType Modifier and Type Method Description void
SearchFilterType. setOperation(SearchOperationType value)
Sets the value of the operation property.void
SearchOperatorType. setOperation(SearchOperationType value)
Sets the value of the operation property.SearchFilterType
SearchFilterType. withOperation(SearchOperationType value)
SearchOperatorType
SearchOperatorType. withOperation(SearchOperationType value)
-