Class SpaceFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Space>
ch.ethz.sis.openbis.generic.asapi.v3.dto.space.fetchoptions.SpaceFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.space.fetchoptions.SpaceFetchOptions")
public class SpaceFetchOptions
extends FetchOptions<Space>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleansortBy()withProjectsUsing(ProjectFetchOptions fetchOptions) withRegistratorUsing(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
-
SpaceFetchOptions
public SpaceFetchOptions()
-
-
Method Details
-
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withSamples
-
withSamplesUsing
-
hasSamples
public boolean hasSamples() -
withProjects
-
withProjectsUsing
-
hasProjects
public boolean hasProjects() -
sortBy
- Specified by:
sortByin classFetchOptions<Space>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Space>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Space>
-