Uses of Class
org.odpi.openmetadata.repositoryservices.rest.properties.OMRSAPIPagedResponse
-
Packages that use OMRSAPIPagedResponse Package Description org.odpi.openmetadata.repositoryservices.rest.properties -
-
Uses of OMRSAPIPagedResponse in org.odpi.openmetadata.repositoryservices.rest.properties
Subclasses of OMRSAPIPagedResponse in org.odpi.openmetadata.repositoryservices.rest.properties Modifier and Type Class Description classClassificationListResponseClassificationListResponse support an OMRS REST API response that returns a list of Classification objects.classCohortListResponseCohortListResponse support an OMRS REST API response that returns a list of cohort description objects.classCohortMembershipListResponseCohortMembershipListResponse support an OMRS REST API response that returns a list of cohort member registration objects.classEntityListResponseEntityListResponse support an OMRS REST API response that returns a list of EntityDetail objects.classRelationshipListResponseRelationshipListResponse holds the response information for an OMRS REST API call that returns a list of relationship objects or an exception.Constructors in org.odpi.openmetadata.repositoryservices.rest.properties with parameters of type OMRSAPIPagedResponse Constructor Description OMRSAPIPagedResponse(OMRSAPIPagedResponse template)Copy/clone constructor
-