Uses of Class
ai.promoted.delivery.model.Insertion
Packages that use Insertion
-
Uses of Insertion in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return InsertionModifier and TypeMethodDescriptionstatic InsertionInsertionFactory.createInsertionWithProperties(String contentId, Map<String, Object> properties) Create an insertion with a content id and properties.Methods in ai.promoted.delivery.client with parameters of type InsertionModifier and TypeMethodDescriptionstatic voidInsertionFactory.prepareResponseInsertion(Insertion ins, int position) Gets a response insertion ready to return, ensuring position and id are set. -
Uses of Insertion in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return InsertionModifier and TypeMethodDescriptionInsertion.autoViewId(String autoViewId) Insertion.clientInfo(ClientInfo clientInfo) Insertion.insertionId(String insertionId) Insertion.platformId(Integer platformId) Insertion.properties(Properties properties) Insertion.retrievalRank(Integer retrievalRank) Insertion.retrievalScore(Float retrievalScore) Methods in ai.promoted.delivery.model that return types with arguments of type InsertionModifier and TypeMethodDescriptionRequest.getInsertion()Get insertionResponse.getInsertion()Get insertionMethods in ai.promoted.delivery.model with parameters of type InsertionModifier and TypeMethodDescriptionRequest.addInsertionItem(Insertion insertionItem) Response.addInsertionItem(Insertion insertionItem) Method parameters in ai.promoted.delivery.model with type arguments of type Insertion