Class GlobalSearchObjectFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<GlobalSearchObject>
ch.ethz.sis.openbis.generic.asapi.v3.dto.global.fetchoptions.GlobalSearchObjectFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.global.fetchoptions.GlobalSearchObjectFetchOptions")
public class GlobalSearchObjectFetchOptions
extends FetchOptions<GlobalSearchObject>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanhasMatch()booleansortBy()withDataSetUsing(DataSetFetchOptions fetchOptions) withExperimentUsing(ExperimentFetchOptions fetchOptions) withMatchUsing(MatchFetchOptions fetchOptions) withSampleUsing(SampleFetchOptions 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
-
GlobalSearchObjectFetchOptions
public GlobalSearchObjectFetchOptions()
-
-
Method Details
-
withExperiment
-
withExperimentUsing
-
hasExperiment
public boolean hasExperiment() -
withSample
-
withSampleUsing
-
hasSample
public boolean hasSample() -
withDataSet
-
withDataSetUsing
-
hasDataSet
public boolean hasDataSet() -
withMatch
-
hasMatch
public boolean hasMatch() -
withMatchUsing
-
sortBy
- Specified by:
sortByin classFetchOptions<GlobalSearchObject>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<GlobalSearchObject>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<GlobalSearchObject>
-