Uses of Class
org.odpi.openmetadata.commonservices.ffdc.rest.GUIDResponse
-
Packages that use GUIDResponse Package Description org.odpi.openmetadata.commonservices.ffdc.rest -
-
Uses of GUIDResponse in org.odpi.openmetadata.commonservices.ffdc.rest
Methods in org.odpi.openmetadata.commonservices.ffdc.rest that return GUIDResponse Modifier and Type Method Description GUIDResponseFFDCRESTClient. callGUIDGetRESTCall(String methodName, String urlTemplate, Object... params)Issue a GET REST call that returns a GUIDResponse object.GUIDResponseFFDCRESTClient. callGUIDPostRESTCall(String methodName, String urlTemplate, Object requestBody, Object... params)Issue a POST REST call that returns a guid object.Constructors in org.odpi.openmetadata.commonservices.ffdc.rest with parameters of type GUIDResponse Constructor Description GUIDResponse(GUIDResponse template)Copy/clone constructor
-