public static enum BrAPIService.MethodsEnum extends Enum<BrAPIService.MethodsEnum> implements BrAPIEnum
| Modifier and Type | Method and Description |
|---|---|
static BrAPIService.MethodsEnum |
fromValue(String text) |
String |
getBrapiValue() |
String |
toString() |
static BrAPIService.MethodsEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BrAPIService.MethodsEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BrAPIService.MethodsEnum GET
public static final BrAPIService.MethodsEnum POST
public static final BrAPIService.MethodsEnum PUT
public static final BrAPIService.MethodsEnum DELETE
public static BrAPIService.MethodsEnum[] values()
for (BrAPIService.MethodsEnum c : BrAPIService.MethodsEnum.values()) System.out.println(c);
public static BrAPIService.MethodsEnum 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 BrAPIService.MethodsEnum fromValue(String text)
public String toString()
toString in class Enum<BrAPIService.MethodsEnum>public String getBrapiValue()
getBrapiValue in interface BrAPIEnumCopyright © 2023. All rights reserved.