Uses of Class
com.vidispine.generated.AutocompleteResponseType
-
Uses of AutocompleteResponseType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutocompleteResponseTypeModifier and TypeFieldDescriptionprotected List<AutocompleteResponseType>
CollectionListType.autocomplete
protected List<AutocompleteResponseType>
ItemListType.autocomplete
protected List<AutocompleteResponseType>
SearchResultType.autocomplete
Methods in com.vidispine.generated that return AutocompleteResponseTypeModifier and TypeMethodDescriptionObjectFactory.createAutocompleteResponseType()
Create an instance ofAutocompleteResponseType
AutocompleteResponseType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the field property.AutocompleteResponseType.withSuggestion
(String... values) Adds objects to the list of Suggestion using add methodAutocompleteResponseType.withSuggestion
(Collection<String> values) Adds objects to the list of Suggestion using addAll methodMethods in com.vidispine.generated that return types with arguments of type AutocompleteResponseTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AutocompleteResponseType>
ObjectFactory.createAutocompleteResponseDocument
(AutocompleteResponseType value) CollectionListType.getAutocomplete()
Gets the value of the autocomplete property.ItemListType.getAutocomplete()
Gets the value of the autocomplete property.SearchResultType.getAutocomplete()
Gets the value of the autocomplete property.Methods in com.vidispine.generated with parameters of type AutocompleteResponseTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AutocompleteResponseType>
ObjectFactory.createAutocompleteResponseDocument
(AutocompleteResponseType value) CollectionListType.withAutocomplete
(AutocompleteResponseType... values) Adds objects to the list of Autocomplete using add methodItemListType.withAutocomplete
(AutocompleteResponseType... values) Adds objects to the list of Autocomplete using add methodSearchResultType.withAutocomplete
(AutocompleteResponseType... values) Adds objects to the list of Autocomplete using add methodMethod parameters in com.vidispine.generated with type arguments of type AutocompleteResponseTypeModifier and TypeMethodDescriptionCollectionListType.withAutocomplete
(Collection<AutocompleteResponseType> values) Adds objects to the list of Autocomplete using addAll methodItemListType.withAutocomplete
(Collection<AutocompleteResponseType> values) Adds objects to the list of Autocomplete using addAll methodSearchResultType.withAutocomplete
(Collection<AutocompleteResponseType> values) Adds objects to the list of Autocomplete using addAll method