Uses of Class
org.odpi.openmetadata.accessservices.projectmanagement.rest.ProjectManagementOMASAPIRequestBody
-
Packages that use ProjectManagementOMASAPIRequestBody Package Description org.odpi.openmetadata.accessservices.projectmanagement.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of ProjectManagementOMASAPIRequestBody in org.odpi.openmetadata.accessservices.projectmanagement.rest
Subclasses of ProjectManagementOMASAPIRequestBody in org.odpi.openmetadata.accessservices.projectmanagement.rest Modifier and Type Class Description classClassificationRequestBodyClassificationRequestBody describes the request body used when attaching classification to elements.classExternalSourceRequestBodyExternalSourceRequestBody carries the parameters for marking an element as external.classPersonRoleRequestBodyPersonRoleRequestBody provides the request body payload for working on PersonRole entities.classReferenceableRequestBodyRelationshipRequestBody describes the request body used when linking elements together.classRelationshipRequestBodyRelationshipRequestBody describes the request body used when linking elements together.Constructors in org.odpi.openmetadata.accessservices.projectmanagement.rest with parameters of type ProjectManagementOMASAPIRequestBody Constructor Description ProjectManagementOMASAPIRequestBody(ProjectManagementOMASAPIRequestBody template)Copy/clone constructor
-