Uses of Class
microsoft.dynamics.crm.enums.BusinessNotificationSeverity
-
Packages that use BusinessNotificationSeverity Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of BusinessNotificationSeverity in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as BusinessNotificationSeverity Modifier and Type Field Description protected BusinessNotificationSeverityBusinessNotification. severityMethods in microsoft.dynamics.crm.complex that return types with arguments of type BusinessNotificationSeverity Modifier and Type Method Description Optional<BusinessNotificationSeverity>BusinessNotification. getSeverity()Methods in microsoft.dynamics.crm.complex with parameters of type BusinessNotificationSeverity Modifier and Type Method Description BusinessNotification.BuilderBusinessNotification.Builder. severity(BusinessNotificationSeverity severity)BusinessNotificationBusinessNotification. withSeverity(BusinessNotificationSeverity severity) -
Uses of BusinessNotificationSeverity in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return BusinessNotificationSeverity Modifier and Type Method Description static BusinessNotificationSeverityBusinessNotificationSeverity. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessNotificationSeverity[]BusinessNotificationSeverity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-