public class ListNotifyTemplatesRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ListNotifyTemplatesRequest.ChannelsEnum
Gets or Sets channels
|
static class |
ListNotifyTemplatesRequest.TypesEnum
Gets or Sets types
|
| Constructor and Description |
|---|
ListNotifyTemplatesRequest() |
public ListNotifyTemplatesRequest channels(List<ListNotifyTemplatesRequest.ChannelsEnum> channels)
public ListNotifyTemplatesRequest addChannelsItem(ListNotifyTemplatesRequest.ChannelsEnum channelsItem)
public List<ListNotifyTemplatesRequest.ChannelsEnum> getChannels()
public void setChannels(List<ListNotifyTemplatesRequest.ChannelsEnum> channels)
public ListNotifyTemplatesRequest ids(List<String> ids)
public ListNotifyTemplatesRequest addIdsItem(String idsItem)
public ListNotifyTemplatesRequest name(String name)
@Size(min=1,
max=128)
public @Size(min=1,max=128) String getName()
public void setName(String name)
public ListNotifyTemplatesRequest pageNumber(Integer pageNumber)
public Integer getPageNumber()
public void setPageNumber(Integer pageNumber)
public ListNotifyTemplatesRequest pageSize(Integer pageSize)
public Integer getPageSize()
public void setPageSize(Integer pageSize)
public ListNotifyTemplatesRequest types(List<ListNotifyTemplatesRequest.TypesEnum> types)
public ListNotifyTemplatesRequest addTypesItem(ListNotifyTemplatesRequest.TypesEnum typesItem)
public List<ListNotifyTemplatesRequest.TypesEnum> getTypes()
public void setTypes(List<ListNotifyTemplatesRequest.TypesEnum> types)
Copyright © 2026. All rights reserved.