public class CreateNotifyTemplateRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CreateNotifyTemplateRequest.ChannelEnum
Gets or Sets channel
|
static class |
CreateNotifyTemplateRequest.TypeEnum
Gets or Sets type
|
| Constructor and Description |
|---|
CreateNotifyTemplateRequest() |
public CreateNotifyTemplateRequest channel(CreateNotifyTemplateRequest.ChannelEnum channel)
@NotNull public @NotNull CreateNotifyTemplateRequest.ChannelEnum getChannel()
public void setChannel(CreateNotifyTemplateRequest.ChannelEnum channel)
public CreateNotifyTemplateRequest content(String content)
@NotNull public @NotNull String getContent()
public void setContent(String content)
public CreateNotifyTemplateRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateNotifyTemplateRequest name(String name)
@NotNull
@Size(min=1,
max=128)
public @NotNull @Size(min=1,max=128) String getName()
public void setName(String name)
public CreateNotifyTemplateRequest title(String title)
public String getTitle()
public void setTitle(String title)
public CreateNotifyTemplateRequest type(CreateNotifyTemplateRequest.TypeEnum type)
@NotNull public @NotNull CreateNotifyTemplateRequest.TypeEnum getType()
public void setType(CreateNotifyTemplateRequest.TypeEnum type)
Copyright © 2026. All rights reserved.