Uses of Class
com.google.cloud.notification.NotificationInfo.PayloadFormat
-
-
Uses of NotificationInfo.PayloadFormat in com.google.cloud.notification
Methods in com.google.cloud.notification that return NotificationInfo.PayloadFormat Modifier and Type Method Description NotificationInfo.PayloadFormat
NotificationInfo. getPayloadFormat()
Returns the desired content of the Payload.static NotificationInfo.PayloadFormat
NotificationInfo.PayloadFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static NotificationInfo.PayloadFormat[]
NotificationInfo.PayloadFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.notification with parameters of type NotificationInfo.PayloadFormat Modifier and Type Method Description NotificationInfo.Builder
NotificationInfo.Builder. setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat)
-