public static enum PropertiesBuilder.Target extends Enum<PropertiesBuilder.Target>
Enum Constant and Description |
---|
AdminClient |
ApiClient |
Consumer |
Producer |
StreamApp |
Modifier and Type | Method and Description |
---|---|
static PropertiesBuilder.Target |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertiesBuilder.Target[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PropertiesBuilder.Target StreamApp
public static final PropertiesBuilder.Target Producer
public static final PropertiesBuilder.Target Consumer
public static final PropertiesBuilder.Target AdminClient
public static final PropertiesBuilder.Target ApiClient
public static PropertiesBuilder.Target[] values()
for (PropertiesBuilder.Target c : PropertiesBuilder.Target.values()) System.out.println(c);
public static PropertiesBuilder.Target 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 © 2019. All rights reserved.