Class QueryFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Query>
ch.ethz.sis.openbis.generic.asapi.v3.dto.query.fetchoptions.QueryFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.query.fetchoptions.QueryFetchOptions")
public class QueryFetchOptions
extends FetchOptions<Query>
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
-
QueryFetchOptions
public QueryFetchOptions()
-
-
Method Details
-
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
sortBy
- Specified by:
sortByin classFetchOptions<Query>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Query>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Query>
-