Uses of Class
ai.promoted.delivery.model.UseCase
-
Packages that use UseCase Package Description ai.promoted.delivery.model -
-
Uses of UseCase in ai.promoted.delivery.model
Methods in ai.promoted.delivery.model that return UseCase Modifier and Type Method Description UseCaseRequest. getUseCase()Get useCasestatic UseCaseUseCase. valueOf(String name)Returns the enum constant of this type with the specified name.static UseCase[]UseCase. 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 UseCase Modifier and Type Method Description voidRequest. setUseCase(UseCase useCase)RequestRequest. useCase(UseCase useCase)
-