public static enum CreateAddonRequest.DeployModeEnum extends Enum<CreateAddonRequest.DeployModeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateAddonRequest.DeployModeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static CreateAddonRequest.DeployModeEnum |
fromValue(String input) |
String |
getValue() |
String |
toString() |
static CreateAddonRequest.DeployModeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CreateAddonRequest.DeployModeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CreateAddonRequest.DeployModeEnum UNMANAGED
public static final CreateAddonRequest.DeployModeEnum MANAGED
public static CreateAddonRequest.DeployModeEnum[] values()
for (CreateAddonRequest.DeployModeEnum c : CreateAddonRequest.DeployModeEnum.values()) System.out.println(c);
public static CreateAddonRequest.DeployModeEnum 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<CreateAddonRequest.DeployModeEnum>public static CreateAddonRequest.DeployModeEnum fromValue(String input)
Copyright © 2024. All rights reserved.