protected static enum BodySenderRequestBuilderBaseDefault.BodyType extends Enum<BodySenderRequestBuilderBaseDefault.BodyType>
| Enum Constant and Description |
|---|
FILES_TO_UPLOAD |
FORM |
STANDARD |
| Modifier and Type | Method and Description |
|---|---|
static BodySenderRequestBuilderBaseDefault.BodyType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BodySenderRequestBuilderBaseDefault.BodyType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BodySenderRequestBuilderBaseDefault.BodyType STANDARD
public static final BodySenderRequestBuilderBaseDefault.BodyType FORM
public static final BodySenderRequestBuilderBaseDefault.BodyType FILES_TO_UPLOAD
public static BodySenderRequestBuilderBaseDefault.BodyType[] values()
for (BodySenderRequestBuilderBaseDefault.BodyType c : BodySenderRequestBuilderBaseDefault.BodyType.values()) System.out.println(c);
public static BodySenderRequestBuilderBaseDefault.BodyType 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.