public static enum PlatformServicesConfiguration.ApisInfoSource extends Enum<PlatformServicesConfiguration.ApisInfoSource>
| Enum Constant and Description |
|---|
DISABLED |
FILE_SYSTEM |
POLLING |
| Modifier and Type | Method and Description |
|---|---|
static PlatformServicesConfiguration.ApisInfoSource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlatformServicesConfiguration.ApisInfoSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlatformServicesConfiguration.ApisInfoSource POLLING
public static final PlatformServicesConfiguration.ApisInfoSource FILE_SYSTEM
public static final PlatformServicesConfiguration.ApisInfoSource DISABLED
public static PlatformServicesConfiguration.ApisInfoSource[] values()
for (PlatformServicesConfiguration.ApisInfoSource c : PlatformServicesConfiguration.ApisInfoSource.values()) System.out.println(c);
public static PlatformServicesConfiguration.ApisInfoSource 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 © 2014–2022 MuleSoft, Inc.. All rights reserved.