Uses of Class
org.odpi.openmetadata.repositoryservices.properties.CohortDescription
-
Packages that use CohortDescription Package Description org.odpi.openmetadata.repositoryservices.properties org.odpi.openmetadata.repositoryservices.rest.properties -
-
Uses of CohortDescription in org.odpi.openmetadata.repositoryservices.properties
Constructors in org.odpi.openmetadata.repositoryservices.properties with parameters of type CohortDescription Constructor Description CohortDescription(CohortDescription template)Copy/clone constructor -
Uses of CohortDescription in org.odpi.openmetadata.repositoryservices.rest.properties
Methods in org.odpi.openmetadata.repositoryservices.rest.properties that return types with arguments of type CohortDescription Modifier and Type Method Description List<CohortDescription>CohortListResponse. getCohorts()Return the list of cohorts.Method parameters in org.odpi.openmetadata.repositoryservices.rest.properties with type arguments of type CohortDescription Modifier and Type Method Description voidCohortListResponse. setCohorts(List<CohortDescription> cohorts)Set up the list of cohorts.
-