Uses of Class
org.molgenis.api.metadata.v3.model.Category
-
Packages that use Category Package Description org.molgenis.api.metadata.v3.model -
-
Uses of Category in org.molgenis.api.metadata.v3.model
Methods in org.molgenis.api.metadata.v3.model that return Category Modifier and Type Method Description abstract CategoryCategory.Builder. build()static CategoryCategory. create(Object newId, String newLabel)Methods in org.molgenis.api.metadata.v3.model that return types with arguments of type Category Modifier and Type Method Description abstract List<Category>AttributeResponseData. getCategoricalOptions()Method parameters in org.molgenis.api.metadata.v3.model with type arguments of type Category Modifier and Type Method Description abstract AttributeResponseData.BuilderAttributeResponseData.Builder. setCategoricalOptions(List<Category> categories)
-