Class DataStoreFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<DataStore>
ch.ethz.sis.openbis.generic.asapi.v3.dto.datastore.fetchoptions.DataStoreFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.datastore.fetchoptions.DataStoreFetchOptions")
public class DataStoreFetchOptions
extends FetchOptions<DataStore>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions
cacheMode, count, from, getCacheMode, getCount, getFrom, toString
-
Constructor Details
-
DataStoreFetchOptions
public DataStoreFetchOptions()
-
-
Method Details
-
sortBy
- Specified by:
sortByin classFetchOptions<DataStore>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<DataStore>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<DataStore>
-