Uses of Class
com.google.appengine.api.taskqueue.TaskOptions.Method
-
Packages that use TaskOptions.Method Package Description com.google.appengine.api.taskqueue 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.Method Modifier and Type Method Description TaskOptions.Method
TaskOptions. getMethod()
Returns the method used for this task.static TaskOptions.Method
TaskOptions.Method. valueOf(String name)
Returns the enum constant of this type with the specified name.static TaskOptions.Method[]
TaskOptions.Method. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.appengine.api.taskqueue with parameters of type TaskOptions.Method Modifier and Type Method Description TaskOptions
TaskOptions. method(TaskOptions.Method method)
Set the method used for this task.static TaskOptions
TaskOptions.Builder. withMethod(TaskOptions.Method method)
Returns defaultTaskOptions
and callsTaskOptions.method(Method)
.
-