Uses of Class
microsoft.dynamics.crm.complex.BusinessNotificationParameter
-
Packages that use BusinessNotificationParameter Package Description microsoft.dynamics.crm.complex -
-
Uses of BusinessNotificationParameter in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type BusinessNotificationParameter Modifier and Type Field Description protected List<BusinessNotificationParameter>BusinessNotification. parametersMethods in microsoft.dynamics.crm.complex that return BusinessNotificationParameter Modifier and Type Method Description BusinessNotificationParameterBusinessNotificationParameter.Builder. build()BusinessNotificationParameterBusinessNotificationParameter. withData(String data)BusinessNotificationParameterBusinessNotificationParameter. withParameterType(BusinessNotificationParameterType parameterType)BusinessNotificationParameterBusinessNotificationParameter. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type BusinessNotificationParameter Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<BusinessNotificationParameter>BusinessNotification. getParameters()com.github.davidmoten.odata.client.CollectionPage<BusinessNotificationParameter>BusinessNotification. getParameters(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type BusinessNotificationParameter Modifier and Type Method Description BusinessNotification.BuilderBusinessNotification.Builder. parameters(BusinessNotificationParameter... parameters)Method parameters in microsoft.dynamics.crm.complex with type arguments of type BusinessNotificationParameter Modifier and Type Method Description BusinessNotification.BuilderBusinessNotification.Builder. parameters(List<BusinessNotificationParameter> parameters)
-