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