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