public static enum RemoteJiraRestService.RestVersion extends Enum<RemoteJiraRestService.RestVersion>
| Enum Constant and Description |
|---|
VERSION_1 |
VERSION_2 |
VERSION_2_0alpha1 |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static RemoteJiraRestService.RestVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RemoteJiraRestService.RestVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RemoteJiraRestService.RestVersion VERSION_2_0alpha1
public static final RemoteJiraRestService.RestVersion VERSION_2
public static final RemoteJiraRestService.RestVersion VERSION_1
public static RemoteJiraRestService.RestVersion[] values()
for (RemoteJiraRestService.RestVersion c : RemoteJiraRestService.RestVersion.values()) System.out.println(c);
public static RemoteJiraRestService.RestVersion 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 String toString()
toString in class Enum<RemoteJiraRestService.RestVersion>Copyright © 2002-2023 Atlassian. All Rights Reserved.