Uses of Class
microsoft.dynamics.crm.complex.BusinessNotification
-
Packages that use BusinessNotification Package Description microsoft.dynamics.crm.complex -
-
Uses of BusinessNotification in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type BusinessNotification Modifier and Type Field Description protected List<BusinessNotification>BookResponse. notificationsprotected List<BusinessNotification>ImmediateBookResponse. notificationsprotected List<BusinessNotification>RescheduleResponse. notificationsMethods in microsoft.dynamics.crm.complex that return BusinessNotification Modifier and Type Method Description BusinessNotificationBusinessNotification.Builder. build()BusinessNotificationBusinessNotification. withMessage(String message)BusinessNotificationBusinessNotification. withSeverity(BusinessNotificationSeverity severity)BusinessNotificationBusinessNotification. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type BusinessNotification Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<BusinessNotification>BookResponse. getNotifications()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.CollectionPage<BusinessNotification>ImmediateBookResponse. getNotifications(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<BusinessNotification>RescheduleResponse. getNotifications()com.github.davidmoten.odata.client.CollectionPage<BusinessNotification>RescheduleResponse. getNotifications(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type BusinessNotification Modifier and Type Method Description BookResponse.BuilderBookResponse.Builder. notifications(BusinessNotification... notifications)ImmediateBookResponse.BuilderImmediateBookResponse.Builder. notifications(BusinessNotification... notifications)RescheduleResponse.BuilderRescheduleResponse.Builder. notifications(BusinessNotification... notifications)Method parameters in microsoft.dynamics.crm.complex with type arguments of type BusinessNotification Modifier and Type Method Description BookResponse.BuilderBookResponse.Builder. notifications(List<BusinessNotification> notifications)ImmediateBookResponse.BuilderImmediateBookResponse.Builder. notifications(List<BusinessNotification> notifications)RescheduleResponse.BuilderRescheduleResponse.Builder. notifications(List<BusinessNotification> notifications)
-