Class NotificationGetContentResponse.Builder
- java.lang.Object
-
- com.courier.api.resources.notifications.types.NotificationGetContentResponse.Builder
-
- Enclosing class:
- NotificationGetContentResponse
public static final class NotificationGetContentResponse.Builder extends java.lang.Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NotificationGetContentResponse.Builderblocks(java.util.List<NotificationBlock> blocks)NotificationGetContentResponse.Builderblocks(java.util.Optional<java.util.List<NotificationBlock>> blocks)NotificationGetContentResponsebuild()NotificationGetContentResponse.Builderchannels(java.util.List<NotificationChannel> channels)NotificationGetContentResponse.Builderchannels(java.util.Optional<java.util.List<NotificationChannel>> channels)NotificationGetContentResponse.Builderchecksum(java.lang.String checksum)NotificationGetContentResponse.Builderchecksum(java.util.Optional<java.lang.String> checksum)NotificationGetContentResponse.Builderfrom(NotificationGetContentResponse other)
-
-
-
Method Detail
-
from
public NotificationGetContentResponse.Builder from(NotificationGetContentResponse other)
-
blocks
public NotificationGetContentResponse.Builder blocks(java.util.Optional<java.util.List<NotificationBlock>> blocks)
-
blocks
public NotificationGetContentResponse.Builder blocks(java.util.List<NotificationBlock> blocks)
-
channels
public NotificationGetContentResponse.Builder channels(java.util.Optional<java.util.List<NotificationChannel>> channels)
-
channels
public NotificationGetContentResponse.Builder channels(java.util.List<NotificationChannel> channels)
-
checksum
public NotificationGetContentResponse.Builder checksum(java.util.Optional<java.lang.String> checksum)
-
checksum
public NotificationGetContentResponse.Builder checksum(java.lang.String checksum)
-
build
public NotificationGetContentResponse build()
-
-