Uses of Class
org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIRequestBody
-
Packages that use GovernanceProgramOMASAPIRequestBody Package Description org.odpi.openmetadata.accessservices.governanceprogram.properties org.odpi.openmetadata.accessservices.governanceprogram.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of GovernanceProgramOMASAPIRequestBody in org.odpi.openmetadata.accessservices.governanceprogram.properties
Subclasses of GovernanceProgramOMASAPIRequestBody in org.odpi.openmetadata.accessservices.governanceprogram.properties Modifier and Type Class Description classExternalReferenceLinkPropertiesExternalReferenceLinkProperties provides a structure for the properties that link an external reference to an object. -
Uses of GovernanceProgramOMASAPIRequestBody in org.odpi.openmetadata.accessservices.governanceprogram.rest
Subclasses of GovernanceProgramOMASAPIRequestBody in org.odpi.openmetadata.accessservices.governanceprogram.rest Modifier and Type Class Description classAppointmentRequestBodyAppointmentRequestBody provides a structure for appointing a person to a role.classCertificateIdRequestBodyCertificateIdRequestBody provides a structure for the unique certificate identifier.classCertificationTypeRequestBodyCertificationTypeRequestBody provides a structure used when creating certification types.classExternalReferenceIdRequestBodyExternalReferenceIdRequestBody provides a structure for the unique external reference identifier.classExternalReferenceRequestBodyExternalReferenceRequestBody provides a structure for a new ExternalReference.classGovernanceDefinitionRequestBodyGovernanceDefinitionRequestBody provides a structure used when creating governance definitions.classLicenseIdRequestBodyLicenseIdRequestBody provides a structure for the unique certificate identifier.classLicenseTypeRequestBodyLicenseTypeRequestBody provides a structure used when creating license types.classPersonalProfileValidatorRequestBodyPersonalDetailsRequestBody provides a structure for passing personal details over a REST API.Constructors in org.odpi.openmetadata.accessservices.governanceprogram.rest with parameters of type GovernanceProgramOMASAPIRequestBody Constructor Description GovernanceProgramOMASAPIRequestBody(GovernanceProgramOMASAPIRequestBody template)Copy/clone constructor
-