Class TagFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Tag>
ch.ethz.sis.openbis.generic.asapi.v3.dto.tag.fetchoptions.TagFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.tag.fetchoptions.TagFetchOptions")
public class TagFetchOptions
extends FetchOptions<Tag>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanhasOwner()booleansortBy()withDataSetsUsing(DataSetFetchOptions fetchOptions) withExperimentsUsing(ExperimentFetchOptions fetchOptions) withOwnerUsing(PersonFetchOptions fetchOptions) withSamplesUsing(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
-
TagFetchOptions
public TagFetchOptions()
-
-
Method Details
-
withExperiments
-
withExperimentsUsing
-
hasExperiments
public boolean hasExperiments() -
withSamples
-
withSamplesUsing
-
hasSamples
public boolean hasSamples() -
withDataSets
-
withDataSetsUsing
-
hasDataSets
public boolean hasDataSets() -
withOwner
-
withOwnerUsing
-
hasOwner
public boolean hasOwner() -
sortBy
- Specified by:
sortByin classFetchOptions<Tag>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Tag>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Tag>
-