Uses of Enum Class
ai.promoted.delivery.model.ExecutionServer
Packages that use ExecutionServer
-
Uses of ExecutionServer in ai.promoted.delivery.client
Methods in ai.promoted.delivery.client that return ExecutionServerModifier and TypeMethodDescriptionDeliveryResponse.getExecutionServer()Gets the execution server (SDK or API).Constructors in ai.promoted.delivery.client with parameters of type ExecutionServerModifierConstructorDescriptionDeliveryResponse(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 ExecutionServerModifier and TypeMethodDescriptionDeliveryExecution.getExecutionServer()Get executionServerstatic ExecutionServerReturns the enum constant of this class with the specified name.static ExecutionServer[]ExecutionServer.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.promoted.delivery.model with parameters of type ExecutionServerModifier and TypeMethodDescriptionDeliveryExecution.executionServer(ExecutionServer executionServer) voidDeliveryExecution.setExecutionServer(ExecutionServer executionServer)