Uses of Class
com.vidispine.generated.SearchResultEntryTimespanType
-
-
Uses of SearchResultEntryTimespanType in com.vidispine.generated
Fields in com.vidispine.generated with type parameters of type SearchResultEntryTimespanType Modifier and Type Field Description protected List<SearchResultEntryTimespanType>
SearchResultEntryType. timespan
Methods in com.vidispine.generated that return types with arguments of type SearchResultEntryTimespanType Modifier and Type Method Description List<SearchResultEntryTimespanType>
SearchResultEntryType. getTimespan()
Gets the value of the timespan property.Methods in com.vidispine.generated with parameters of type SearchResultEntryTimespanType Modifier and Type Method Description SearchResultEntryType
SearchResultEntryType. withTimespan(SearchResultEntryTimespanType... values)
Method parameters in com.vidispine.generated with type arguments of type SearchResultEntryTimespanType Modifier and Type Method Description SearchResultEntryType
SearchResultEntryType. withTimespan(Collection<SearchResultEntryTimespanType> values)
-