public static class NotificationsSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
NotificationsSummary |
build() |
NotificationsSummary.Builder |
commsManagerName(CommsManagerName commsManagerName) |
NotificationsSummary.Builder |
copy(NotificationsSummary model) |
NotificationsSummary.Builder |
excludedRealms(List<String> excludedRealms) |
NotificationsSummary.Builder |
id(String id) |
NotificationsSummary.Builder |
lifecycleState(BaseService.LifecycleState lifecycleState) |
NotificationsSummary.Builder |
platformType(PlatformType platformType) |
NotificationsSummary.Builder |
previousServiceNames(List<String> previousServiceNames) |
NotificationsSummary.Builder |
serviceName(String serviceName) |
NotificationsSummary.Builder |
shortName(String shortName) |
NotificationsSummary.Builder |
teamName(String teamName) |
NotificationsSummary.Builder |
timeCreated(Date timeCreated) |
NotificationsSummary.Builder |
timeUpdated(Date timeUpdated) |
public NotificationsSummary.Builder id(String id)
public NotificationsSummary.Builder serviceName(String serviceName)
public NotificationsSummary.Builder shortName(String shortName)
public NotificationsSummary.Builder teamName(String teamName)
public NotificationsSummary.Builder platformType(PlatformType platformType)
public NotificationsSummary.Builder commsManagerName(CommsManagerName commsManagerName)
public NotificationsSummary.Builder excludedRealms(List<String> excludedRealms)
public NotificationsSummary.Builder previousServiceNames(List<String> previousServiceNames)
public NotificationsSummary.Builder timeCreated(Date timeCreated)
public NotificationsSummary.Builder timeUpdated(Date timeUpdated)
public NotificationsSummary.Builder lifecycleState(BaseService.LifecycleState lifecycleState)
public NotificationsSummary build()
public NotificationsSummary.Builder copy(NotificationsSummary model)
Copyright © 2016–2024. All rights reserved.