Uses of Enum Class
com.google.appengine.api.taskqueue.TaskOptions.Method
Packages that use TaskOptions.Method
Package
Description
Provides a mechanism to perform work initiated by a user request, outside of that request.
-
Uses of TaskOptions.Method in com.google.appengine.api.taskqueue
Methods in com.google.appengine.api.taskqueue that return TaskOptions.MethodModifier and TypeMethodDescriptionTaskOptions.getMethod()Returns the method used for this task.static TaskOptions.MethodReturns the enum constant of this class with the specified name.static TaskOptions.Method[]TaskOptions.Method.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.appengine.api.taskqueue with parameters of type TaskOptions.MethodModifier and TypeMethodDescriptionTaskOptions.method(TaskOptions.Method method) Set the method used for this task.static TaskOptionsTaskOptions.Builder.withMethod(TaskOptions.Method method) Returns defaultTaskOptionsand callsTaskOptions.method(Method).