public static enum BoxSignTemplateSigner.BoxSignTemplateSignerInputType extends Enum<BoxSignTemplateSigner.BoxSignTemplateSignerInputType>
Enum Constant and Description |
---|
Attachment
Attachment input type.
|
Checkbox
Checkbox input type.
|
Date
Date input type.
|
Dropdown
Dropdown input type.
|
Radio
Radio input type.
|
Signature
Signature input type.
|
Text
Text input type.
|
Modifier and Type | Method and Description |
---|---|
static BoxSignTemplateSigner.BoxSignTemplateSignerInputType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BoxSignTemplateSigner.BoxSignTemplateSignerInputType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BoxSignTemplateSigner.BoxSignTemplateSignerInputType Signature
public static final BoxSignTemplateSigner.BoxSignTemplateSignerInputType Date
public static final BoxSignTemplateSigner.BoxSignTemplateSignerInputType Text
public static final BoxSignTemplateSigner.BoxSignTemplateSignerInputType Checkbox
public static final BoxSignTemplateSigner.BoxSignTemplateSignerInputType Attachment
public static final BoxSignTemplateSigner.BoxSignTemplateSignerInputType Radio
public static final BoxSignTemplateSigner.BoxSignTemplateSignerInputType Dropdown
public static BoxSignTemplateSigner.BoxSignTemplateSignerInputType[] values()
for (BoxSignTemplateSigner.BoxSignTemplateSignerInputType c : BoxSignTemplateSigner.BoxSignTemplateSignerInputType.values()) System.out.println(c);
public static BoxSignTemplateSigner.BoxSignTemplateSignerInputType 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 null