Uses of Enum
com.google.cloud.storage.NotificationInfo.PayloadFormat
Packages that use NotificationInfo.PayloadFormat
-
Uses of NotificationInfo.PayloadFormat in com.google.cloud.storage
Methods in com.google.cloud.storage that return NotificationInfo.PayloadFormatModifier and TypeMethodDescriptionNotificationInfo.getPayloadFormat()Returns the desired content of the Payload.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.storage with parameters of type NotificationInfo.PayloadFormatModifier and TypeMethodDescriptionNotification.Builder.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) abstract NotificationInfo.BuilderNotificationInfo.Builder.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) NotificationInfo.BuilderImpl.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat)