Class SampleTypeFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<SampleType>
ch.ethz.sis.openbis.generic.asapi.v3.dto.sample.fetchoptions.SampleTypeFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.sample.fetchoptions.SampleTypeFetchOptions")
public class SampleTypeFetchOptions
extends FetchOptions<SampleType>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanbooleansortBy()withPropertyAssignmentsUsing(PropertyAssignmentFetchOptions fetchOptions) withSemanticAnnotationsUsing(SemanticAnnotationFetchOptions fetchOptions) withTypeGroupAssignmentsUsing(TypeGroupAssignmentFetchOptions 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
-
SampleTypeFetchOptions
public SampleTypeFetchOptions()
-
-
Method Details
-
withPropertyAssignments
-
withPropertyAssignmentsUsing
public PropertyAssignmentFetchOptions withPropertyAssignmentsUsing(PropertyAssignmentFetchOptions fetchOptions) -
hasPropertyAssignments
public boolean hasPropertyAssignments() -
withSemanticAnnotations
-
withSemanticAnnotationsUsing
public SemanticAnnotationFetchOptions withSemanticAnnotationsUsing(SemanticAnnotationFetchOptions fetchOptions) -
hasSemanticAnnotations
public boolean hasSemanticAnnotations() -
withTypeGroupAssignments
-
withTypeGroupAssignmentsUsing
public TypeGroupAssignmentFetchOptions withTypeGroupAssignmentsUsing(TypeGroupAssignmentFetchOptions fetchOptions) -
hasTypeGroupAssignments
public boolean hasTypeGroupAssignments() -
withValidationPlugin
-
withValidationPluginUsing
-
hasValidationPlugin
public boolean hasValidationPlugin() -
sortBy
- Specified by:
sortByin classFetchOptions<SampleType>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<SampleType>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<SampleType>
-