Class ExperimentTypeFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<ExperimentType>
ch.ethz.sis.openbis.generic.asapi.v3.dto.experiment.fetchoptions.ExperimentTypeFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.experiment.fetchoptions.ExperimentTypeFetchOptions")
public class ExperimentTypeFetchOptions
extends FetchOptions<ExperimentType>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleansortBy()withPropertyAssignmentsUsing(PropertyAssignmentFetchOptions fetchOptions) withValidationPluginUsing(PluginFetchOptions 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
-
ExperimentTypeFetchOptions
public ExperimentTypeFetchOptions()
-
-
Method Details
-
withPropertyAssignments
-
withPropertyAssignmentsUsing
public PropertyAssignmentFetchOptions withPropertyAssignmentsUsing(PropertyAssignmentFetchOptions fetchOptions) -
hasPropertyAssignments
public boolean hasPropertyAssignments() -
withValidationPlugin
-
withValidationPluginUsing
-
hasValidationPlugin
public boolean hasValidationPlugin() -
sortBy
- Specified by:
sortByin classFetchOptions<ExperimentType>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<ExperimentType>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<ExperimentType>
-