protected static enum EntitySenderRequestBuilderBaseDefault.EntityType extends Enum<EntitySenderRequestBuilderBaseDefault.EntityType>
| Enum Constant and Description |
|---|
FILE_UPLOADS |
FORM_DATAS |
HTTP_ENTITY |
| Modifier and Type | Method and Description |
|---|---|
static EntitySenderRequestBuilderBaseDefault.EntityType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntitySenderRequestBuilderBaseDefault.EntityType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntitySenderRequestBuilderBaseDefault.EntityType HTTP_ENTITY
public static final EntitySenderRequestBuilderBaseDefault.EntityType FORM_DATAS
public static final EntitySenderRequestBuilderBaseDefault.EntityType FILE_UPLOADS
public static EntitySenderRequestBuilderBaseDefault.EntityType[] values()
for (EntitySenderRequestBuilderBaseDefault.EntityType c : EntitySenderRequestBuilderBaseDefault.EntityType.values()) System.out.println(c);
public static EntitySenderRequestBuilderBaseDefault.EntityType 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 © 2017. All rights reserved.