Uses of Class
com.vidispine.generated.AutocompleteRequestType
-
Uses of AutocompleteRequestType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type AutocompleteRequestTypeModifier and TypeFieldDescriptionprotected List<AutocompleteRequestType>
ItemSearchType.autocomplete
protected List<AutocompleteRequestType>
SearchType.autocomplete
Methods in com.vidispine.generated that return AutocompleteRequestTypeModifier and TypeMethodDescriptionObjectFactory.createAutocompleteRequestType()
Create an instance ofAutocompleteRequestType
AutocompleteRequestType.visit
(com.kscs.util.jaxb.PropertyVisitor _visitor_) Sets the value of the field property.AutocompleteRequestType.withMaximumSuggestions
(Integer value) Sets the value of the maximumSuggestions property.AutocompleteRequestType.withNested
(Boolean value) Sets the value of the nested property.Sets the value of the text property.Methods in com.vidispine.generated that return types with arguments of type AutocompleteRequestTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AutocompleteRequestType>
ObjectFactory.createAutocompleteRequestDocument
(AutocompleteRequestType value) ItemSearchType.getAutocomplete()
Gets the value of the autocomplete property.SearchType.getAutocomplete()
Gets the value of the autocomplete property.Methods in com.vidispine.generated with parameters of type AutocompleteRequestTypeModifier and TypeMethodDescriptionjakarta.xml.bind.JAXBElement<AutocompleteRequestType>
ObjectFactory.createAutocompleteRequestDocument
(AutocompleteRequestType value) FileSearchType.withAutocomplete
(AutocompleteRequestType... values) Adds objects to the list of Autocomplete using add methodItemSearchType.withAutocomplete
(AutocompleteRequestType... values) Adds objects to the list of Autocomplete using add methodSearchType.withAutocomplete
(AutocompleteRequestType... values) Adds objects to the list of Autocomplete using add methodShapeSearchType.withAutocomplete
(AutocompleteRequestType... values) Adds objects to the list of Autocomplete using add methodMethod parameters in com.vidispine.generated with type arguments of type AutocompleteRequestTypeModifier and TypeMethodDescriptionFileSearchType.withAutocomplete
(Collection<AutocompleteRequestType> values) Adds objects to the list of Autocomplete using addAll methodItemSearchType.withAutocomplete
(Collection<AutocompleteRequestType> values) Adds objects to the list of Autocomplete using addAll methodSearchType.withAutocomplete
(Collection<AutocompleteRequestType> values) Adds objects to the list of Autocomplete using addAll methodShapeSearchType.withAutocomplete
(Collection<AutocompleteRequestType> values) Adds objects to the list of Autocomplete using addAll method