public static final class BusinessNotification.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
BusinessNotification |
build() |
BusinessNotification.Builder |
message(String message) |
BusinessNotification.Builder |
parameters(BusinessNotificationParameter... parameters) |
BusinessNotification.Builder |
parameters(List<BusinessNotificationParameter> parameters) |
BusinessNotification.Builder |
parametersNextLink(String parametersNextLink) |
BusinessNotification.Builder |
severity(BusinessNotificationSeverity severity) |
public BusinessNotification.Builder severity(BusinessNotificationSeverity severity)
public BusinessNotification.Builder message(String message)
public BusinessNotification.Builder parameters(List<BusinessNotificationParameter> parameters)
public BusinessNotification.Builder parameters(BusinessNotificationParameter... parameters)
public BusinessNotification.Builder parametersNextLink(String parametersNextLink)
public BusinessNotification build()
Copyright © 2018–2021. All rights reserved.