public static final class BookResponse.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
BookResponse |
build() |
BookResponse.Builder |
notifications(BusinessNotification... notifications) |
BookResponse.Builder |
notifications(List<BusinessNotification> notifications) |
BookResponse.Builder |
notificationsNextLink(String notificationsNextLink) |
BookResponse.Builder |
validationResult(ValidationResult validationResult) |
public BookResponse.Builder notifications(List<BusinessNotification> notifications)
public BookResponse.Builder notifications(BusinessNotification... notifications)
public BookResponse.Builder notificationsNextLink(String notificationsNextLink)
public BookResponse.Builder validationResult(ValidationResult validationResult)
public BookResponse build()
Copyright © 2018–2021. All rights reserved.