Uses of Class
com.vidispine.generated.AutocompleteRequestType
-
-
Uses of AutocompleteRequestType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutocompleteRequestType Modifier and Type Field Description protected List<AutocompleteRequestType>
ItemSearchType. autocomplete
Methods in com.vidispine.generated that return AutocompleteRequestType Modifier and Type Method Description AutocompleteRequestType
ObjectFactory. createAutocompleteRequestType()
Create an instance ofAutocompleteRequestType
AutocompleteRequestType
AutocompleteRequestType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AutocompleteRequestType
AutocompleteRequestType. withField(String value)
AutocompleteRequestType
AutocompleteRequestType. withMaximumSuggestions(Integer value)
AutocompleteRequestType
AutocompleteRequestType. withText(String value)
Methods in com.vidispine.generated that return types with arguments of type AutocompleteRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<AutocompleteRequestType>
ObjectFactory. createAutocompleteRequestDocument(AutocompleteRequestType value)
List<AutocompleteRequestType>
ItemSearchType. getAutocomplete()
Gets the value of the autocomplete property.Methods in com.vidispine.generated with parameters of type AutocompleteRequestType Modifier and Type Method Description javax.xml.bind.JAXBElement<AutocompleteRequestType>
ObjectFactory. createAutocompleteRequestDocument(AutocompleteRequestType value)
FileSearchType
FileSearchType. withAutocomplete(AutocompleteRequestType... values)
ItemSearchType
ItemSearchType. withAutocomplete(AutocompleteRequestType... values)
ShapeSearchType
ShapeSearchType. withAutocomplete(AutocompleteRequestType... values)
Method parameters in com.vidispine.generated with type arguments of type AutocompleteRequestType Modifier and Type Method Description FileSearchType
FileSearchType. withAutocomplete(Collection<AutocompleteRequestType> values)
ItemSearchType
ItemSearchType. withAutocomplete(Collection<AutocompleteRequestType> values)
ShapeSearchType
ShapeSearchType. withAutocomplete(Collection<AutocompleteRequestType> values)
-