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