Class UpdateRequestBody
java.lang.Object
org.odpi.openmetadata.frameworkservices.gaf.rest.MetadataSourceRequestBody
org.odpi.openmetadata.frameworkservices.gaf.rest.UpdateRequestBody
Deprecated.
UpdateRequestBody provides a structure for passing the common request parameters for updating metadata elements, relationships or classifications.
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default constructorUpdateRequestBody
(UpdateRequestBody template) Deprecated.Copy/clone constructor -
Method Summary
Methods inherited from class org.odpi.openmetadata.frameworkservices.gaf.rest.MetadataSourceRequestBody
equals, getEffectiveTime, getExternalSourceGUID, getExternalSourceName, getForDuplicateProcessing, getForLineage, hashCode, setEffectiveTime, setExternalSourceGUID, setExternalSourceName, setForDuplicateProcessing, setForLineage
-
Constructor Details
-
UpdateRequestBody
public UpdateRequestBody()Deprecated.Default constructor -
UpdateRequestBody
Deprecated.Copy/clone constructor- Parameters:
template
- object to copy
-
-
Method Details
-
toString
Deprecated.JSON-style toString.- Overrides:
toString
in classMetadataSourceRequestBody
- Returns:
- list of properties and their values.
-