Uses of Class
org.odpi.openmetadata.accessservices.governanceengine.rest.UpdateRequestBody
-
Packages that use UpdateRequestBody Package Description org.odpi.openmetadata.accessservices.governanceengine.rest This package defines the beans used to build the REST request and response payloads. -
-
Uses of UpdateRequestBody in org.odpi.openmetadata.accessservices.governanceengine.rest
Subclasses of UpdateRequestBody in org.odpi.openmetadata.accessservices.governanceengine.rest Modifier and Type Class Description classUpdateEffectivityDatesRequestBodyUpdateEffectivityDatesRequestBody provides a structure for passing the effectivity dates for a metadata element, classification or relationship.classUpdatePropertiesRequestBodyUpdatePropertiesRequestBody provides a structure for passing the properties for updating metadata elements, relationships or classifications.classUpdateStatusRequestBodyUpdateStatusRequestBody provides a structure for passing the updated status and effectivity dates for a metadata element.Constructors in org.odpi.openmetadata.accessservices.governanceengine.rest with parameters of type UpdateRequestBody Constructor Description UpdateRequestBody(UpdateRequestBody template)Copy/clone constructor
-