Package microsoft.dynamics.crm.complex
Class BookResponse.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.BookResponse.Builder
-
- Enclosing class:
- BookResponse
public static final class BookResponse.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BookResponsebuild()BookResponse.Buildernotifications(List<BusinessNotification> notifications)BookResponse.Buildernotifications(BusinessNotification... notifications)BookResponse.BuildernotificationsNextLink(String notificationsNextLink)BookResponse.BuildervalidationResult(ValidationResult validationResult)
-
-
-
Method Detail
-
notifications
public BookResponse.Builder notifications(List<BusinessNotification> notifications)
-
notifications
public BookResponse.Builder notifications(BusinessNotification... notifications)
-
notificationsNextLink
public BookResponse.Builder notificationsNextLink(String notificationsNextLink)
-
validationResult
public BookResponse.Builder validationResult(ValidationResult validationResult)
-
build
public BookResponse build()
-
-