Uses of Class
com.kingsrook.qqq.backend.module.api.model.OutboundAPILog
Packages that use OutboundAPILog
Package
Description
-
Uses of OutboundAPILog in com.kingsrook.qqq.backend.module.api.actions
Methods in com.kingsrook.qqq.backend.module.api.actions that return OutboundAPILogModifier and TypeMethodDescriptionBaseAPIActionUtil.generateOutboundApiLogRecord
(org.apache.http.client.methods.HttpRequestBase request, QHttpResponse response) -
Uses of OutboundAPILog in com.kingsrook.qqq.backend.module.api.model
Methods in com.kingsrook.qqq.backend.module.api.model that return OutboundAPILogModifier and TypeMethodDescriptionFluent setter for idOutboundAPILog.withMethod
(String method) Fluent setter for methodOutboundAPILog.withRequestBody
(String requestBody) Fluent setter for requestBodyOutboundAPILog.withResponseBody
(String responseBody) Fluent setter for responseBodyOutboundAPILog.withStatusCode
(Integer statusCode) Fluent setter for statusCodeOutboundAPILog.withTimestamp
(Instant timestamp) Fluent setter for timestampFluent setter for url