public static enum UpdateTaskFromRestTask.CancelMethodType extends Enum<UpdateTaskFromRestTask.CancelMethodType> implements BmcEnum
The REST method to use for canceling the original request.
Modifier and Type | Method and Description |
---|---|
static UpdateTaskFromRestTask.CancelMethodType |
create(String key) |
String |
getValue() |
static UpdateTaskFromRestTask.CancelMethodType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateTaskFromRestTask.CancelMethodType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateTaskFromRestTask.CancelMethodType Get
public static final UpdateTaskFromRestTask.CancelMethodType Post
public static final UpdateTaskFromRestTask.CancelMethodType Patch
public static final UpdateTaskFromRestTask.CancelMethodType Delete
public static final UpdateTaskFromRestTask.CancelMethodType Put
public static UpdateTaskFromRestTask.CancelMethodType[] values()
for (UpdateTaskFromRestTask.CancelMethodType c : UpdateTaskFromRestTask.CancelMethodType.values()) System.out.println(c);
public static UpdateTaskFromRestTask.CancelMethodType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static UpdateTaskFromRestTask.CancelMethodType create(String key)
Copyright © 2016–2024. All rights reserved.