Class SemanticAnnotationFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<SemanticAnnotation>
ch.ethz.sis.openbis.generic.asapi.v3.dto.semanticannotation.fetchoptions.SemanticAnnotationFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.semanticannotation.fetchoptions.SemanticAnnotationFetchOptions")
public class SemanticAnnotationFetchOptions
extends FetchOptions<SemanticAnnotation>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleansortBy()withEntityTypeUsing(EntityTypeFetchOptions fetchOptions) withPropertyAssignmentUsing(PropertyAssignmentFetchOptions fetchOptions) withPropertyTypeUsing(PropertyTypeFetchOptions 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
-
SemanticAnnotationFetchOptions
public SemanticAnnotationFetchOptions()
-
-
Method Details
-
withEntityType
-
withEntityTypeUsing
-
hasEntityType
public boolean hasEntityType() -
withPropertyType
-
withPropertyTypeUsing
-
hasPropertyType
public boolean hasPropertyType() -
withPropertyAssignment
-
withPropertyAssignmentUsing
public PropertyAssignmentFetchOptions withPropertyAssignmentUsing(PropertyAssignmentFetchOptions fetchOptions) -
hasPropertyAssignment
public boolean hasPropertyAssignment() -
sortBy
- Specified by:
sortByin classFetchOptions<SemanticAnnotation>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<SemanticAnnotation>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<SemanticAnnotation>
-