default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.adm(Consumer<AndroidPushNotificationTemplate.Builder> adm) |
The message template to use for the ADM (Amazon Device Messaging) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.adm(AndroidPushNotificationTemplate adm) |
The message template to use for the ADM (Amazon Device Messaging) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.apns(Consumer<APNSPushNotificationTemplate.Builder> apns) |
The message template to use for the APNs (Apple Push Notification service) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.apns(APNSPushNotificationTemplate apns) |
The message template to use for the APNs (Apple Push Notification service) channel.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.baidu(Consumer<AndroidPushNotificationTemplate.Builder> baidu) |
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.baidu(AndroidPushNotificationTemplate baidu) |
The message template to use for the Baidu (Baidu Cloud Push) channel.
|
static PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.builder() |
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultSubstitutions(String defaultSubstitutions) |
A JSON object that specifies the default values to use for message variables in the message template.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultValue(Consumer<DefaultPushNotificationTemplate.Builder> defaultValue) |
The default message template to use for push notification channels.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.defaultValue(DefaultPushNotificationTemplate defaultValue) |
The default message template to use for push notification channels.
|
default PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.gcm(Consumer<AndroidPushNotificationTemplate.Builder> gcm) |
The message template to use for the GCM channel, which is used to send notifications through the Firebase
Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.gcm(AndroidPushNotificationTemplate gcm) |
The message template to use for the GCM channel, which is used to send notifications through the Firebase
Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.recommenderId(String recommenderId) |
The unique identifier for the recommender model to use for the message template.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.tags(Map<String,String> tags) |
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.Builder.templateDescription(String templateDescription) |
A custom description of the message template.
|
PushNotificationTemplateRequest.Builder |
PushNotificationTemplateRequest.toBuilder() |
|