Uses of Class
microsoft.dynamics.crm.complex.BusinessNotification.Builder
-
Packages that use BusinessNotification.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of BusinessNotification.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return BusinessNotification.Builder Modifier and Type Method Description static BusinessNotification.BuilderBusinessNotification. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).BusinessNotification.BuilderBusinessNotification.Builder. message(String message)BusinessNotification.BuilderBusinessNotification.Builder. parameters(List<BusinessNotificationParameter> parameters)BusinessNotification.BuilderBusinessNotification.Builder. parameters(BusinessNotificationParameter... parameters)BusinessNotification.BuilderBusinessNotification.Builder. parametersNextLink(String parametersNextLink)BusinessNotification.BuilderBusinessNotification.Builder. severity(BusinessNotificationSeverity severity)
-