public class UpdateNotifyTemplateRequest extends Object
| Constructor and Description |
|---|
UpdateNotifyTemplateRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateNotifyTemplateRequest |
active(ActiveForUpdateNotifyTemplateInput active) |
UpdateNotifyTemplateRequest |
description(String description) |
boolean |
equals(Object o) |
@Valid ActiveForUpdateNotifyTemplateInput |
getActive()
Get active
|
String |
getDescription()
Get description
|
@NotNull String |
getId()
Get id
|
String |
getName()
Get name
|
@Valid ResolvedForUpdateNotifyTemplateInput |
getResolved()
Get resolved
|
int |
hashCode() |
UpdateNotifyTemplateRequest |
id(String id) |
UpdateNotifyTemplateRequest |
name(String name) |
UpdateNotifyTemplateRequest |
resolved(ResolvedForUpdateNotifyTemplateInput resolved) |
void |
setActive(ActiveForUpdateNotifyTemplateInput active) |
void |
setDescription(String description) |
void |
setId(String id) |
void |
setName(String name) |
void |
setResolved(ResolvedForUpdateNotifyTemplateInput resolved) |
String |
toString() |
public UpdateNotifyTemplateRequest active(ActiveForUpdateNotifyTemplateInput active)
@Valid public @Valid ActiveForUpdateNotifyTemplateInput getActive()
public void setActive(ActiveForUpdateNotifyTemplateInput active)
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)
public String getName()
public void setName(String name)
public UpdateNotifyTemplateRequest resolved(ResolvedForUpdateNotifyTemplateInput resolved)
@Valid public @Valid ResolvedForUpdateNotifyTemplateInput getResolved()
public void setResolved(ResolvedForUpdateNotifyTemplateInput resolved)
Copyright © 2026. All rights reserved.