Uses of Class
com.vidispine.generated.ItemSearchTextValueType
-
-
Uses of ItemSearchTextValueType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type ItemSearchTextValueType Modifier and Type Field Description protected List<ItemSearchTextValueType>
ItemSearchType. text
protected List<ItemSearchTextValueType>
SearchOperatorType. text
Methods in com.vidispine.generated that return ItemSearchTextValueType Modifier and Type Method Description ItemSearchTextValueType
ObjectFactory. createItemSearchTextValueType()
Create an instance ofItemSearchTextValueType
ItemSearchTextValueType
ItemSearchTextValueType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
ItemSearchTextValueType
ItemSearchTextValueType. withBoost(float value)
ItemSearchTextValueType
ItemSearchTextValueType. withNoescape(boolean value)
ItemSearchTextValueType
ItemSearchTextValueType. withValue(String value)
Methods in com.vidispine.generated that return types with arguments of type ItemSearchTextValueType Modifier and Type Method Description List<ItemSearchTextValueType>
ItemSearchType. getText()
Gets the value of the text property.List<ItemSearchTextValueType>
SearchOperatorType. getText()
Gets the value of the text property.Methods in com.vidispine.generated with parameters of type ItemSearchTextValueType Modifier and Type Method Description FileSearchType
FileSearchType. withText(ItemSearchTextValueType... values)
ItemSearchType
ItemSearchType. withText(ItemSearchTextValueType... values)
SearchOperatorType
SearchOperatorType. withText(ItemSearchTextValueType... values)
ShapeSearchType
ShapeSearchType. withText(ItemSearchTextValueType... values)
Method parameters in com.vidispine.generated with type arguments of type ItemSearchTextValueType Modifier and Type Method Description FileSearchType
FileSearchType. withText(Collection<ItemSearchTextValueType> values)
ItemSearchType
ItemSearchType. withText(Collection<ItemSearchTextValueType> values)
SearchOperatorType
SearchOperatorType. withText(Collection<ItemSearchTextValueType> values)
ShapeSearchType
ShapeSearchType. withText(Collection<ItemSearchTextValueType> values)
-