public static enum SandboxRequest.SandboxSize extends Enum<SandboxRequest.SandboxSize>
Enum Constant and Description |
---|
EXTRA_LARGE |
FULL |
LARGE |
MEDIUM |
SMALL |
VERY_LARGE |
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static SandboxRequest.SandboxSize |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SandboxRequest.SandboxSize[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SandboxRequest.SandboxSize SMALL
public static final SandboxRequest.SandboxSize MEDIUM
public static final SandboxRequest.SandboxSize LARGE
public static final SandboxRequest.SandboxSize VERY_LARGE
public static final SandboxRequest.SandboxSize EXTRA_LARGE
public static final SandboxRequest.SandboxSize FULL
public static SandboxRequest.SandboxSize[] values()
for (SandboxRequest.SandboxSize c : SandboxRequest.SandboxSize.values()) System.out.println(c);
public static SandboxRequest.SandboxSize 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()
Copyright © 2024. All rights reserved.