Uses of Class
ai.promoted.delivery.model.Request
-
Packages that use Request Package Description ai.promoted.delivery.client ai.promoted.delivery.model -
-
Uses of Request in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return Request Modifier and Type Method Description RequestDeliveryRequest. getRequest()Gets the underlying request for ranked content.Constructors in ai.promoted.delivery.client with parameters of type Request Constructor Description DeliveryRequest(Request request)Instantiates a new delivery request.DeliveryRequest(Request request, CohortMembership experiment)Instantiates a new delivery request.DeliveryRequest(Request request, CohortMembership experiment, boolean onlyLog, int retrievalInsertionOffset)Instantiates a new delivery request.DeliveryRequest(Request request, CohortMembership experiment, boolean onlyLog, int retrievalInsertionOffset, DeliveryRequestValidator validator)Instantiates a new delivery request. -
Uses of Request in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return Request Modifier and Type Method Description RequestRequest. addInsertionItem(Insertion insertionItem)RequestRequest. autoViewId(String autoViewId)RequestRequest. blenderConfig(BlenderConfig blenderConfig)RequestRequest. clientInfo(ClientInfo clientInfo)RequestRequest. clientRequestId(String clientRequestId)RequestRequest. clone()Gets a mostly-shallow copy of the Request, but safely modifiable ClientInfo.RequestRequest. debug(Boolean debug)RequestRequest. device(Device device)RequestRequest. disablePersonalization(Boolean disablePersonalization)RequestDeliveryLog. getRequest()Get requestRequestRequest. insertion(List<Insertion> insertion)RequestRequest. paging(Paging paging)RequestRequest. platformId(Integer platformId)RequestRequest. properties(Properties properties)RequestRequest. requestId(String requestId)RequestRequest. searchQuery(String searchQuery)RequestRequest. sessionId(String sessionId)RequestRequest. timing(Timing timing)RequestRequest. useCase(UseCase useCase)RequestRequest. userInfo(UserInfo userInfo)RequestRequest. viewId(String viewId)Methods in ai.promoted.delivery.model with parameters of type Request Modifier and Type Method Description DeliveryLogDeliveryLog. request(Request request)voidDeliveryLog. setRequest(Request request)
-