Uses of Class
ai.promoted.delivery.model.ExecutionServer
-
Packages that use ExecutionServer Package Description ai.promoted.delivery.client ai.promoted.delivery.model -
-
Uses of ExecutionServer in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return ExecutionServer Modifier and Type Method Description ExecutionServerDeliveryResponse. getExecutionServer()Gets the execution server (SDK or API).Constructors in ai.promoted.delivery.client with parameters of type ExecutionServer Constructor Description DeliveryResponse(Response response, String clientRequestId, ExecutionServer executionServer)Instantiates a new delivery response. -
Uses of ExecutionServer in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return ExecutionServer Modifier and Type Method Description ExecutionServerDeliveryExecution. getExecutionServer()Get executionServerstatic ExecutionServerExecutionServer. valueOf(String name)Returns the enum constant of this type with the specified name.static ExecutionServer[]ExecutionServer. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ai.promoted.delivery.model with parameters of type ExecutionServer Modifier and Type Method Description DeliveryExecutionDeliveryExecution. executionServer(ExecutionServer executionServer)voidDeliveryExecution. setExecutionServer(ExecutionServer executionServer)
-