public static enum StudioComponentConfiguration.Type extends Enum<StudioComponentConfiguration.Type>
StudioComponentConfiguration.type()| Enum Constant and Description |
|---|
ACTIVE_DIRECTORY_CONFIGURATION |
COMPUTE_FARM_CONFIGURATION |
LICENSE_SERVICE_CONFIGURATION |
SHARED_FILE_SYSTEM_CONFIGURATION |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static StudioComponentConfiguration.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudioComponentConfiguration.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StudioComponentConfiguration.Type ACTIVE_DIRECTORY_CONFIGURATION
public static final StudioComponentConfiguration.Type COMPUTE_FARM_CONFIGURATION
public static final StudioComponentConfiguration.Type LICENSE_SERVICE_CONFIGURATION
public static final StudioComponentConfiguration.Type SHARED_FILE_SYSTEM_CONFIGURATION
public static final StudioComponentConfiguration.Type UNKNOWN_TO_SDK_VERSION
public static StudioComponentConfiguration.Type[] values()
for (StudioComponentConfiguration.Type c : StudioComponentConfiguration.Type.values()) System.out.println(c);
public static StudioComponentConfiguration.Type 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 nullCopyright © 2022. All rights reserved.