Uses of Class
com.vidispine.generated.AutocompleteResponseType
-
-
Uses of AutocompleteResponseType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutocompleteResponseType Modifier and Type Field Description protected List<AutocompleteResponseType>
CollectionListType. autocomplete
protected List<AutocompleteResponseType>
ItemListType. autocomplete
protected List<AutocompleteResponseType>
SearchResultType. autocomplete
Methods in com.vidispine.generated that return AutocompleteResponseType Modifier and Type Method Description AutocompleteResponseType
ObjectFactory. createAutocompleteResponseType()
Create an instance ofAutocompleteResponseType
AutocompleteResponseType
AutocompleteResponseType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
AutocompleteResponseType
AutocompleteResponseType. withField(String value)
AutocompleteResponseType
AutocompleteResponseType. withSuggestion(String... values)
AutocompleteResponseType
AutocompleteResponseType. withSuggestion(Collection<String> values)
Methods in com.vidispine.generated that return types with arguments of type AutocompleteResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<AutocompleteResponseType>
ObjectFactory. createAutocompleteResponseDocument(AutocompleteResponseType value)
List<AutocompleteResponseType>
CollectionListType. getAutocomplete()
Gets the value of the autocomplete property.List<AutocompleteResponseType>
ItemListType. getAutocomplete()
Gets the value of the autocomplete property.List<AutocompleteResponseType>
SearchResultType. getAutocomplete()
Gets the value of the autocomplete property.Methods in com.vidispine.generated with parameters of type AutocompleteResponseType Modifier and Type Method Description javax.xml.bind.JAXBElement<AutocompleteResponseType>
ObjectFactory. createAutocompleteResponseDocument(AutocompleteResponseType value)
CollectionListType
CollectionListType. withAutocomplete(AutocompleteResponseType... values)
ItemListType
ItemListType. withAutocomplete(AutocompleteResponseType... values)
SearchResultType
SearchResultType. withAutocomplete(AutocompleteResponseType... values)
Method parameters in com.vidispine.generated with type arguments of type AutocompleteResponseType Modifier and Type Method Description CollectionListType
CollectionListType. withAutocomplete(Collection<AutocompleteResponseType> values)
ItemListType
ItemListType. withAutocomplete(Collection<AutocompleteResponseType> values)
SearchResultType
SearchResultType. withAutocomplete(Collection<AutocompleteResponseType> values)
-