Class EventFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Event>
ch.ethz.sis.openbis.generic.asapi.v3.dto.event.fetchoptions.EventFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.event.fetchoptions.EventFetchOptions")
public class EventFetchOptions
extends FetchOptions<Event>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleansortBy()withRegistratorUsing(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
-
EventFetchOptions
public EventFetchOptions()
-
-
Method Details
-
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
sortBy
- Specified by:
sortByin classFetchOptions<Event>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Event>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Event>
-