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