Uses of Class
ai.promoted.delivery.model.Request
Packages that use Request
-
Uses of Request in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return RequestModifier and TypeMethodDescriptionDeliveryRequest.getRequest()Gets the underlying request for ranked content.Constructors in ai.promoted.delivery.client with parameters of type RequestModifierConstructorDescriptionDeliveryRequest(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 RequestModifier and TypeMethodDescriptionRequest.addInsertionItem(Insertion insertionItem) Request.autoViewId(String autoViewId) Request.blenderConfig(BlenderConfig blenderConfig) Request.clientInfo(ClientInfo clientInfo) Request.clientRequestId(String clientRequestId) Request.clone()Gets a mostly-shallow copy of the Request, but safely modifiable ClientInfo.DeliveryLog.getRequest()Get requestRequest.platformId(Integer platformId) Request.properties(Properties properties) Request.searchQuery(String searchQuery) Methods in ai.promoted.delivery.model with parameters of type Request