Uses of Class
microsoft.dynamics.crm.enums.BusinessNotificationParameterType
-
Packages that use BusinessNotificationParameterType Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.enums -
-
Uses of BusinessNotificationParameterType in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as BusinessNotificationParameterType Modifier and Type Field Description protected BusinessNotificationParameterTypeBusinessNotificationParameter. parameterTypeMethods in microsoft.dynamics.crm.complex that return types with arguments of type BusinessNotificationParameterType Modifier and Type Method Description Optional<BusinessNotificationParameterType>BusinessNotificationParameter. getParameterType()Methods in microsoft.dynamics.crm.complex with parameters of type BusinessNotificationParameterType Modifier and Type Method Description BusinessNotificationParameter.BuilderBusinessNotificationParameter.Builder. parameterType(BusinessNotificationParameterType parameterType)BusinessNotificationParameterBusinessNotificationParameter. withParameterType(BusinessNotificationParameterType parameterType) -
Uses of BusinessNotificationParameterType in microsoft.dynamics.crm.enums
Methods in microsoft.dynamics.crm.enums that return BusinessNotificationParameterType Modifier and Type Method Description static BusinessNotificationParameterTypeBusinessNotificationParameterType. valueOf(String name)Returns the enum constant of this type with the specified name.static BusinessNotificationParameterType[]BusinessNotificationParameterType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-