Class PropertyTypeFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<PropertyType>
ch.ethz.sis.openbis.generic.asapi.v3.dto.property.fetchoptions.PropertyTypeFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.property.fetchoptions.PropertyTypeFetchOptions")
public class PropertyTypeFetchOptions
extends FetchOptions<PropertyType>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanbooleanbooleansortBy()withRegistratorUsing(PersonFetchOptions fetchOptions) withSampleTypeUsing(SampleTypeFetchOptions fetchOptions) withSemanticAnnotationsUsing(SemanticAnnotationFetchOptions fetchOptions) withVocabularyUsing(VocabularyFetchOptions 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
-
PropertyTypeFetchOptions
public PropertyTypeFetchOptions()
-
-
Method Details
-
withVocabulary
-
withVocabularyUsing
-
hasVocabulary
public boolean hasVocabulary() -
withSampleType
-
withSampleTypeUsing
-
hasSampleType
public boolean hasSampleType() -
withSemanticAnnotations
-
withSemanticAnnotationsUsing
public SemanticAnnotationFetchOptions withSemanticAnnotationsUsing(SemanticAnnotationFetchOptions fetchOptions) -
hasSemanticAnnotations
public boolean hasSemanticAnnotations() -
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
sortBy
- Specified by:
sortByin classFetchOptions<PropertyType>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<PropertyType>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<PropertyType>
-