Class PropertyAssignmentFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<PropertyAssignment>
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.fetchoptions.PropertyAssignmentFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.property.fetchoptions.PropertyAssignmentFetchOptions")
public class PropertyAssignmentFetchOptions
extends FetchOptions<PropertyAssignment>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanbooleanbooleansortBy()withEntityTypeUsing(EntityTypeFetchOptions fetchOptions) withPluginUsing(PluginFetchOptions fetchOptions) withPropertyTypeUsing(PropertyTypeFetchOptions fetchOptions) withRegistratorUsing(PersonFetchOptions fetchOptions) withSemanticAnnotationsUsing(SemanticAnnotationFetchOptions 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
-
PropertyAssignmentFetchOptions
public PropertyAssignmentFetchOptions()
-
-
Method Details
-
withEntityType
-
withEntityTypeUsing
-
hasEntityType
public boolean hasEntityType() -
withPropertyType
-
withPropertyTypeUsing
-
hasPropertyType
public boolean hasPropertyType() -
withSemanticAnnotations
-
withSemanticAnnotationsUsing
public SemanticAnnotationFetchOptions withSemanticAnnotationsUsing(SemanticAnnotationFetchOptions fetchOptions) -
hasSemanticAnnotations
public boolean hasSemanticAnnotations() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withPlugin
-
withPluginUsing
-
hasPlugin
public boolean hasPlugin() -
sortBy
- Specified by:
sortByin classFetchOptions<PropertyAssignment>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<PropertyAssignment>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<PropertyAssignment>
-