Class HistoryEntryFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<HistoryEntry>
ch.ethz.sis.openbis.generic.asapi.v3.dto.history.fetchoptions.HistoryEntryFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.history.fetchoptions.HistoryEntryFetchOptions")
public class HistoryEntryFetchOptions
extends FetchOptions<HistoryEntry>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleansortBy()withAuthorUsing(PersonFetchOptions fetchOptions) Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions
cacheMode, count, from, getCacheMode, getCount, getFrom, toString
-
Constructor Details
-
HistoryEntryFetchOptions
public HistoryEntryFetchOptions()
-
-
Method Details
-
withAuthor
-
withAuthorUsing
-
hasAuthor
public boolean hasAuthor() -
sortBy
- Specified by:
sortByin classFetchOptions<HistoryEntry>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<HistoryEntry>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<HistoryEntry>
-