| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<BusinessNotificationParameter> |
BusinessNotification.parameters |
| Modifier and Type | Method and Description |
|---|---|
BusinessNotificationParameter |
BusinessNotificationParameter.Builder.build() |
BusinessNotificationParameter |
BusinessNotificationParameter.withData(String data) |
BusinessNotificationParameter |
BusinessNotificationParameter.withParameterType(BusinessNotificationParameterType parameterType) |
BusinessNotificationParameter |
BusinessNotificationParameter.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and 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) |
| Modifier and Type | Method and Description |
|---|---|
BusinessNotification.Builder |
BusinessNotification.Builder.parameters(BusinessNotificationParameter... parameters) |
| Modifier and Type | Method and Description |
|---|---|
BusinessNotification.Builder |
BusinessNotification.Builder.parameters(List<BusinessNotificationParameter> parameters) |
Copyright © 2018–2020. All rights reserved.