public static enum LogStreamLinkObject.MethodEnum extends Enum<LogStreamLinkObject.MethodEnum>
| Modifier and Type | Method and Description |
|---|---|
static LogStreamLinkObject.MethodEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static LogStreamLinkObject.MethodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LogStreamLinkObject.MethodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LogStreamLinkObject.MethodEnum GET
public static final LogStreamLinkObject.MethodEnum POST
public static LogStreamLinkObject.MethodEnum[] values()
for (LogStreamLinkObject.MethodEnum c : LogStreamLinkObject.MethodEnum.values()) System.out.println(c);
public static LogStreamLinkObject.MethodEnum 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 getValue()
public String toString()
toString in class Enum<LogStreamLinkObject.MethodEnum>public static LogStreamLinkObject.MethodEnum fromValue(String value)
Copyright © 2017–2023 Okta. All rights reserved.