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