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