Class GovernanceProgramOMASAPIRequestBody
java.lang.Object
org.odpi.openmetadata.accessservices.governanceprogram.rest.GovernanceProgramOMASAPIRequestBody
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AppointmentRequestBody
,CertificateIdRequestBody
,CertificationTypeRequestBody
,ExternalReferenceIdRequestBody
,ExternalReferenceRequestBody
,ExternalSourceRequestBody
,LicenseIdRequestBody
,LicenseTypeRequestBody
GovernanceProgramOMASAPIRequestBody provides a common header for Governance Program OMAS request bodies for its REST API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructorCopy/clone constructor -
Method Summary
-
Constructor Details
-
GovernanceProgramOMASAPIRequestBody
public GovernanceProgramOMASAPIRequestBody()Default constructor -
GovernanceProgramOMASAPIRequestBody
Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details