public class CreateNotifyTemplateRequest extends Object
| Constructor and Description |
|---|
CreateNotifyTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateNotifyTemplateRequest |
active(ActiveForCreateNotifyTemplateInput active) |
CreateNotifyTemplateRequest |
channel(String channel) |
CreateNotifyTemplateRequest |
description(String description) |
boolean |
equals(Object o) |
@Valid ActiveForCreateNotifyTemplateInput |
getActive()
Get active
|
@NotNull String |
getChannel()
Get channel
|
String |
getDescription()
Get description
|
@NotNull String |
getName()
Get name
|
@Valid ResolvedForCreateNotifyTemplateInput |
getResolved()
Get resolved
|
int |
hashCode() |
CreateNotifyTemplateRequest |
name(String name) |
CreateNotifyTemplateRequest |
resolved(ResolvedForCreateNotifyTemplateInput resolved) |
void |
setActive(ActiveForCreateNotifyTemplateInput active) |
void |
setChannel(String channel) |
void |
setDescription(String description) |
void |
setName(String name) |
void |
setResolved(ResolvedForCreateNotifyTemplateInput resolved) |
String |
toString() |
public CreateNotifyTemplateRequest active(ActiveForCreateNotifyTemplateInput active)
@Valid public @Valid ActiveForCreateNotifyTemplateInput getActive()
public void setActive(ActiveForCreateNotifyTemplateInput active)
public CreateNotifyTemplateRequest channel(String channel)
@NotNull public @NotNull String getChannel()
public void setChannel(String channel)
public CreateNotifyTemplateRequest description(String description)
public String getDescription()
public void setDescription(String description)
public CreateNotifyTemplateRequest name(String name)
@NotNull public @NotNull String getName()
public void setName(String name)
public CreateNotifyTemplateRequest resolved(ResolvedForCreateNotifyTemplateInput resolved)
@Valid public @Valid ResolvedForCreateNotifyTemplateInput getResolved()
public void setResolved(ResolvedForCreateNotifyTemplateInput resolved)
Copyright © 2026. All rights reserved.