Class SendNotification
java.lang.Object
io.trippay.sdk.payment.model.SendNotification
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-06-26T20:12:05.578754358+07:00[Asia/Bangkok]",
comments="Generator version: 7.13.0")
public class SendNotification
extends Object
SendNotification
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumApplication domainstatic enumNotification importancestatic enumRecipient typestatic enumNotification type -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddIdentifiersItem(String identifiersItem) application(SendNotification.ApplicationEnum application) boolean@NotNull SendNotification.ApplicationEnumApplication domainidentifiers of entities we want to create a announcement for@NotNull @Size(min=1) StringWhich text template to use@NotNull BooleanWhether to also send this announcement via email@NotNull SendNotification.PriorityEnumNotification importance@NotNull SendNotification.RecipientTypeEnumRecipient type@NotNull SendNotification.TypeEnumgetType()Notification typeinthashCode()identifiers(List<String> identifiers) messageTemplateId(String messageTemplateId) notifyViaEmail(Boolean notifyViaEmail) priority(SendNotification.PriorityEnum priority) recipientType(SendNotification.RecipientTypeEnum recipientType) voidsetApplication(SendNotification.ApplicationEnum application) voidsetIdentifiers(List<String> identifiers) voidsetMessageTemplateId(String messageTemplateId) voidsetNotifyViaEmail(Boolean notifyViaEmail) voidsetPriority(SendNotification.PriorityEnum priority) voidsetRecipientType(SendNotification.RecipientTypeEnum recipientType) voidtoString()
-
Field Details
-
JSON_PROPERTY_IDENTIFIERS
- See Also:
-
JSON_PROPERTY_PRIORITY
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
JSON_PROPERTY_RECIPIENT_TYPE
- See Also:
-
JSON_PROPERTY_APPLICATION
- See Also:
-
JSON_PROPERTY_MESSAGE_TEMPLATE_ID
- See Also:
-
JSON_PROPERTY_NOTIFY_VIA_EMAIL
- See Also:
-
-
Constructor Details
-
SendNotification
public SendNotification()
-
-
Method Details
-
identifiers
-
addIdentifiersItem
-
getIdentifiers
-
setIdentifiers
-
priority
-
getPriority
Notification importance- Returns:
- priority
-
setPriority
-
type
-
getType
Notification type- Returns:
- type
-
setType
-
recipientType
-
getRecipientType
Recipient type- Returns:
- recipientType
-
setRecipientType
-
application
-
getApplication
Application domain- Returns:
- application
-
setApplication
-
messageTemplateId
-
getMessageTemplateId
Which text template to use- Returns:
- messageTemplateId
-
setMessageTemplateId
-
notifyViaEmail
-
getNotifyViaEmail
Whether to also send this announcement via email- Returns:
- notifyViaEmail
-
setNotifyViaEmail
-
equals
-
hashCode
-
toString
-