Uses of Class
ai.promoted.delivery.model.Response
-
Packages that use Response Package Description ai.promoted.delivery.client ai.promoted.delivery.model -
-
Uses of Response in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return Response Modifier and Type Method Description ResponsePromotedDeliveryClient. callDeliveryAPI(DeliveryRequest deliveryRequest)Runs a blocking call to Delivery API.ResponseDeliveryResponse. getResponse()Gets the response.ResponseApiDelivery. runDelivery(DeliveryRequest deliveryRequest)Do delivery.ResponseDelivery. runDelivery(DeliveryRequest deliveryRequest)Do delivery.ResponseSdkDelivery. runDelivery(DeliveryRequest deliveryRequest)Do delivery.Methods in ai.promoted.delivery.client with parameters of type Response Modifier and Type Method Description DeliveryResponsePromotedDeliveryClient. handleSdkAndLog(DeliveryRequest deliveryRequest, ai.promoted.delivery.client.DeliveryPlan plan, Response apiResponse)Optionally handles SDK Delivery, logs and does shadow traffic.Constructors in ai.promoted.delivery.client with parameters of type Response Constructor Description DeliveryResponse(Response response, String clientRequestId, ExecutionServer executionServer)Instantiates a new delivery response. -
Uses of Response in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return Response Modifier and Type Method Description ResponseResponse. addInsertionItem(Insertion insertionItem)ResponseDeliveryLog. getResponse()Get responseResponseResponse. insertion(List<Insertion> insertion)ResponseResponse. introspectionData(String introspectionData)ResponseResponse. pagingInfo(PagingInfo pagingInfo)Methods in ai.promoted.delivery.model with parameters of type Response Modifier and Type Method Description DeliveryLogDeliveryLog. response(Response response)voidDeliveryLog. setResponse(Response response)
-