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