Uses of Class
io.sendon.model.SendAlimTalkRequestSchemaFallbackCustom.TypeEnum
-
Packages that use SendAlimTalkRequestSchemaFallbackCustom.TypeEnum Package Description io.sendon.model -
-
Uses of SendAlimTalkRequestSchemaFallbackCustom.TypeEnum in io.sendon.model
Methods in io.sendon.model that return SendAlimTalkRequestSchemaFallbackCustom.TypeEnum Modifier and Type Method Description static SendAlimTalkRequestSchemaFallbackCustom.TypeEnumSendAlimTalkRequestSchemaFallbackCustom.TypeEnum. fromValue(String value)SendAlimTalkRequestSchemaFallbackCustom.TypeEnumSendAlimTalkRequestSchemaFallbackCustom. getType()대체문자 유형 - SMS: 80자 이내 텍스트 (제목/이미지 없음) - LMS: 장문 텍스트 (제목 선택) - MMS: 장문 텍스트+이미지 (제목 선택, 이미지 필수)SendAlimTalkRequestSchemaFallbackCustom.TypeEnumSendAlimTalkRequestSchemaFallbackCustom.TypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static SendAlimTalkRequestSchemaFallbackCustom.TypeEnumSendAlimTalkRequestSchemaFallbackCustom.TypeEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static SendAlimTalkRequestSchemaFallbackCustom.TypeEnum[]SendAlimTalkRequestSchemaFallbackCustom.TypeEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.sendon.model with parameters of type SendAlimTalkRequestSchemaFallbackCustom.TypeEnum Modifier and Type Method Description voidSendAlimTalkRequestSchemaFallbackCustom. setType(SendAlimTalkRequestSchemaFallbackCustom.TypeEnum type)SendAlimTalkRequestSchemaFallbackCustomSendAlimTalkRequestSchemaFallbackCustom. type(SendAlimTalkRequestSchemaFallbackCustom.TypeEnum type)voidSendAlimTalkRequestSchemaFallbackCustom.TypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, SendAlimTalkRequestSchemaFallbackCustom.TypeEnum enumeration)
-