Class QueryDatabaseFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<QueryDatabase>
ch.ethz.sis.openbis.generic.asapi.v3.dto.query.fetchoptions.QueryDatabaseFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.query.fetchoptions.QueryDatabaseFetchOptions")
public class QueryDatabaseFetchOptions
extends FetchOptions<QueryDatabase>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanhasSpace()sortBy()withSpaceUsing(SpaceFetchOptions 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
-
QueryDatabaseFetchOptions
public QueryDatabaseFetchOptions()
-
-
Method Details
-
withSpace
-
withSpaceUsing
-
hasSpace
public boolean hasSpace() -
sortBy
- Specified by:
sortByin classFetchOptions<QueryDatabase>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<QueryDatabase>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<QueryDatabase>
-