Class VocabularyFetchOptions
java.lang.Object
ch.ethz.sis.openbis.generic.asapi.v3.dto.common.fetchoptions.FetchOptions<Vocabulary>
ch.ethz.sis.openbis.generic.asapi.v3.dto.vocabulary.fetchoptions.VocabularyFetchOptions
- All Implemented Interfaces:
Serializable
@JsonObject("as.dto.vocabulary.fetchoptions.VocabularyFetchOptions")
public class VocabularyFetchOptions
extends FetchOptions<Vocabulary>
implements Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FetchOptionsToStringBuilderbooleanbooleanhasTerms()sortBy()withRegistratorUsing(PersonFetchOptions fetchOptions) withTermsUsing(VocabularyTermFetchOptions 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
-
VocabularyFetchOptions
public VocabularyFetchOptions()
-
-
Method Details
-
withRegistrator
-
withRegistratorUsing
-
hasRegistrator
public boolean hasRegistrator() -
withTerms
-
withTermsUsing
-
hasTerms
public boolean hasTerms() -
sortBy
- Specified by:
sortByin classFetchOptions<Vocabulary>
-
getSortBy
- Specified by:
getSortByin classFetchOptions<Vocabulary>
-
getFetchOptionsStringBuilder
- Specified by:
getFetchOptionsStringBuilderin classFetchOptions<Vocabulary>
-