Package io.sendon.model
Class CreateTemplateRequestSchemaButtonsInnerOneOf
- java.lang.Object
-
- io.sendon.model.CreateTemplateRequestSchemaButtonsInnerOneOf
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2025-03-25T16:56:04.124507+09:00[Asia/Seoul]", comments="Generator version: 7.7.0") public class CreateTemplateRequestSchemaButtonsInnerOneOf extends Object
CreateTemplateRequestSchemaButtonsInnerOneOf
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCreateTemplateRequestSchemaButtonsInnerOneOf.CustomTypeAdapterFactorystatic classCreateTemplateRequestSchemaButtonsInnerOneOf.TypeEnumGets or Sets type
-
Field Summary
Fields Modifier and Type Field Description static HashSet<String>openapiFieldsstatic HashSet<String>openapiRequiredFieldsstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_ORDERINGstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_URL_MOBILEstatic StringSERIALIZED_NAME_URL_PC
-
Constructor Summary
Constructors Constructor Description CreateTemplateRequestSchemaButtonsInnerOneOf()
-
Method Summary
-
-
-
Field Detail
-
SERIALIZED_NAME_NAME
public static final String SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ORDERING
public static final String SERIALIZED_NAME_ORDERING
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
public static final String SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URL_MOBILE
public static final String SERIALIZED_NAME_URL_MOBILE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URL_PC
public static final String SERIALIZED_NAME_URL_PC
- See Also:
- Constant Field Values
-
-
Method Detail
-
name
public CreateTemplateRequestSchemaButtonsInnerOneOf name(String name)
-
setName
public void setName(String name)
-
ordering
public CreateTemplateRequestSchemaButtonsInnerOneOf ordering(BigDecimal ordering)
-
getOrdering
@Nullable public BigDecimal getOrdering()
버튼 순서- Returns:
- ordering
-
setOrdering
public void setOrdering(BigDecimal ordering)
-
type
public CreateTemplateRequestSchemaButtonsInnerOneOf type(CreateTemplateRequestSchemaButtonsInnerOneOf.TypeEnum type)
-
getType
@Nonnull public CreateTemplateRequestSchemaButtonsInnerOneOf.TypeEnum getType()
Get type- Returns:
- type
-
setType
public void setType(CreateTemplateRequestSchemaButtonsInnerOneOf.TypeEnum type)
-
urlMobile
public CreateTemplateRequestSchemaButtonsInnerOneOf urlMobile(String urlMobile)
-
setUrlMobile
public void setUrlMobile(String urlMobile)
-
urlPc
public CreateTemplateRequestSchemaButtonsInnerOneOf urlPc(String urlPc)
-
setUrlPc
public void setUrlPc(String urlPc)
-
validateJsonElement
public static void validateJsonElement(com.google.gson.JsonElement jsonElement) throws IOExceptionValidates the JSON Element and throws an exception if issues found- Parameters:
jsonElement- JSON Element- Throws:
IOException- if the JSON Element is invalid with respect to CreateTemplateRequestSchemaButtonsInnerOneOf
-
fromJson
public static CreateTemplateRequestSchemaButtonsInnerOneOf fromJson(String jsonString) throws IOException
Create an instance of CreateTemplateRequestSchemaButtonsInnerOneOf given an JSON string- Parameters:
jsonString- JSON string- Returns:
- An instance of CreateTemplateRequestSchemaButtonsInnerOneOf
- Throws:
IOException- if the JSON string is invalid with respect to CreateTemplateRequestSchemaButtonsInnerOneOf
-
toJson
public String toJson()
Convert an instance of CreateTemplateRequestSchemaButtonsInnerOneOf to an JSON string- Returns:
- JSON string
-
-