Package io.sendon.model
Enum CreateTemplateRequestSchema.TemplateMessageTypeEnum
- java.lang.Object
-
- java.lang.Enum<CreateTemplateRequestSchema.TemplateMessageTypeEnum>
-
- io.sendon.model.CreateTemplateRequestSchema.TemplateMessageTypeEnum
-
- All Implemented Interfaces:
Serializable,Comparable<CreateTemplateRequestSchema.TemplateMessageTypeEnum>
- Enclosing class:
- CreateTemplateRequestSchema
public static enum CreateTemplateRequestSchema.TemplateMessageTypeEnum extends Enum<CreateTemplateRequestSchema.TemplateMessageTypeEnum>
템플릿 메시지 타입
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateTemplateRequestSchema.TemplateMessageTypeEnum.Adapter
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreateTemplateRequestSchema.TemplateMessageTypeEnumfromValue(String value)StringgetValue()StringtoString()static voidvalidateJsonElement(com.google.gson.JsonElement jsonElement)static CreateTemplateRequestSchema.TemplateMessageTypeEnumvalueOf(String name)Returns the enum constant of this type with the specified name.static CreateTemplateRequestSchema.TemplateMessageTypeEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BA
public static final CreateTemplateRequestSchema.TemplateMessageTypeEnum BA
-
EX
public static final CreateTemplateRequestSchema.TemplateMessageTypeEnum EX
-
AD
public static final CreateTemplateRequestSchema.TemplateMessageTypeEnum AD
-
MI
public static final CreateTemplateRequestSchema.TemplateMessageTypeEnum MI
-
-
Method Detail
-
values
public static CreateTemplateRequestSchema.TemplateMessageTypeEnum[] 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 (CreateTemplateRequestSchema.TemplateMessageTypeEnum c : CreateTemplateRequestSchema.TemplateMessageTypeEnum.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CreateTemplateRequestSchema.TemplateMessageTypeEnum 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<CreateTemplateRequestSchema.TemplateMessageTypeEnum>
-
fromValue
public static CreateTemplateRequestSchema.TemplateMessageTypeEnum fromValue(String value)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOException- Throws:
IOException
-
-