| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessNotification> |
RescheduleResponse.notifications |
protected List<BusinessNotification> |
BookResponse.notifications |
protected List<BusinessNotification> |
ImmediateBookResponse.notifications |
| Modifier and Type | Method and Description |
|---|---|
BusinessNotification |
BusinessNotification.Builder.build() |
BusinessNotification |
BusinessNotification.withMessage(String message) |
BusinessNotification |
BusinessNotification.withSeverity(BusinessNotificationSeverity severity) |
BusinessNotification |
BusinessNotification.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<BusinessNotification> |
RescheduleResponse.getNotifications() |
com.github.davidmoten.odata.client.CollectionPage<BusinessNotification> |
BookResponse.getNotifications() |
com.github.davidmoten.odata.client.CollectionPage<BusinessNotification> |
ImmediateBookResponse.getNotifications() |
com.github.davidmoten.odata.client.CollectionPage<BusinessNotification> |
RescheduleResponse.getNotifications(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<BusinessNotification> |
BookResponse.getNotifications(com.github.davidmoten.odata.client.HttpRequestOptions options) |
com.github.davidmoten.odata.client.CollectionPage<BusinessNotification> |
ImmediateBookResponse.getNotifications(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RescheduleResponse.Builder |
RescheduleResponse.Builder.notifications(BusinessNotification... notifications) |
BookResponse.Builder |
BookResponse.Builder.notifications(BusinessNotification... notifications) |
ImmediateBookResponse.Builder |
ImmediateBookResponse.Builder.notifications(BusinessNotification... notifications) |
| Modifier and Type | Method and Description |
|---|---|
RescheduleResponse.Builder |
RescheduleResponse.Builder.notifications(List<BusinessNotification> notifications) |
BookResponse.Builder |
BookResponse.Builder.notifications(List<BusinessNotification> notifications) |
ImmediateBookResponse.Builder |
ImmediateBookResponse.Builder.notifications(List<BusinessNotification> notifications) |
Copyright © 2018–2020. All rights reserved.