Uses of Class
com.vidispine.generated.SearchHistoryType
-
-
Uses of SearchHistoryType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchHistoryType Modifier and Type Field Description protected List<SearchHistoryType>
SearchHistoryListType. search
Methods in com.vidispine.generated that return SearchHistoryType Modifier and Type Method Description SearchHistoryType
ObjectFactory. createSearchHistoryType()
Create an instance ofSearchHistoryType
SearchHistoryType
SearchHistoryType. visit(com.kscs.util.jaxb.PropertyVisitor _visitor_)
SearchHistoryType
SearchHistoryType. withQuery(ItemSearchType value)
SearchHistoryType
SearchHistoryType. withTimestamp(XMLGregorianCalendar value)
SearchHistoryType
SearchHistoryType. withUser(String value)
Methods in com.vidispine.generated that return types with arguments of type SearchHistoryType Modifier and Type Method Description List<SearchHistoryType>
SearchHistoryListType. getSearch()
Gets the value of the search property.Methods in com.vidispine.generated with parameters of type SearchHistoryType Modifier and Type Method Description SearchHistoryListType
SearchHistoryListType. withSearch(SearchHistoryType... values)
Method parameters in com.vidispine.generated with type arguments of type SearchHistoryType Modifier and Type Method Description SearchHistoryListType
SearchHistoryListType. withSearch(Collection<SearchHistoryType> values)
-