static CustomActionAttachment.Builder |
CustomActionAttachment.builder() |
|
CustomActionAttachment.Builder |
CustomActionAttachment.Builder.buttonText(String buttonText) |
The text of the button that appears on the notification.
|
CustomActionAttachment.Builder |
CustomActionAttachment.Builder.criteria(Collection<CustomActionAttachmentCriteria> criteria) |
The criteria for when a button should be shown based on values in the notification.
|
CustomActionAttachment.Builder |
CustomActionAttachment.Builder.criteria(Consumer<CustomActionAttachmentCriteria.Builder>... criteria) |
The criteria for when a button should be shown based on values in the notification.
|
CustomActionAttachment.Builder |
CustomActionAttachment.Builder.criteria(CustomActionAttachmentCriteria... criteria) |
The criteria for when a button should be shown based on values in the notification.
|
CustomActionAttachment.Builder |
CustomActionAttachment.Builder.notificationType(String notificationType) |
The type of notification that the custom action should be attached to.
|
CustomActionAttachment.Builder |
CustomActionAttachment.toBuilder() |
|
CustomActionAttachment.Builder |
CustomActionAttachment.Builder.variables(Map<String,String> variables) |
The variables to extract from the notification.
|