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