Package com.boldsign.model
Enum EmbeddedDocumentEditJsonRequest.SendViewOptionEnum
- java.lang.Object
-
- java.lang.Enum<EmbeddedDocumentEditJsonRequest.SendViewOptionEnum>
-
- com.boldsign.model.EmbeddedDocumentEditJsonRequest.SendViewOptionEnum
-
- All Implemented Interfaces:
Serializable,Comparable<EmbeddedDocumentEditJsonRequest.SendViewOptionEnum>
- Enclosing class:
- EmbeddedDocumentEditJsonRequest
public static enum EmbeddedDocumentEditJsonRequest.SendViewOptionEnum extends Enum<EmbeddedDocumentEditJsonRequest.SendViewOptionEnum>
Gets or Sets sendViewOption
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEmbeddedDocumentEditJsonRequest.SendViewOptionEnum.Adapter
-
Enum Constant Summary
Enum Constants Enum Constant Description FILLING_PAGEPREPARE_PAGE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static EmbeddedDocumentEditJsonRequest.SendViewOptionEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static EmbeddedDocumentEditJsonRequest.SendViewOptionEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static EmbeddedDocumentEditJsonRequest.SendViewOptionEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PREPARE_PAGE
public static final EmbeddedDocumentEditJsonRequest.SendViewOptionEnum PREPARE_PAGE
-
FILLING_PAGE
public static final EmbeddedDocumentEditJsonRequest.SendViewOptionEnum FILLING_PAGE
-
-
Method Detail
-
values
public static EmbeddedDocumentEditJsonRequest.SendViewOptionEnum[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EmbeddedDocumentEditJsonRequest.SendViewOptionEnum c : EmbeddedDocumentEditJsonRequest.SendViewOptionEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EmbeddedDocumentEditJsonRequest.SendViewOptionEnum valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getValue
public String getValue()
-
toString
public String toString()
- Overrides:
toStringin classEnum<EmbeddedDocumentEditJsonRequest.SendViewOptionEnum>
-
fromValue
public static EmbeddedDocumentEditJsonRequest.SendViewOptionEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-