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