Class EmptyFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Void>
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.EmptyFetchOptions
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DeletedObjectFetchOptions,MatchFetchOptions,PropertyFetchOptions,RightsFetchOptions
@JsonObject("as.dto.common.fetchoptions.EmptyFetchOptions")
public class EmptyFetchOptions
extends FetchOptions<Void>
- 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
-
EmptyFetchOptions
public EmptyFetchOptions()
-
-
Method Details
-
sortBy
- Specified by:
sortByin classFetchOptions<Void>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Void>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Void>
-