| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ValidatorIssue> |
ValidateFetchXmlExpressionResult.messages |
| Modifier and Type | Method and Description |
|---|---|
ValidatorIssue |
ValidatorIssue.Builder.build() |
ValidatorIssue |
ValidatorIssue.withLocalizedMessageText(String localizedMessageText) |
ValidatorIssue |
ValidatorIssue.withOptionalPropertyBag(Collection_String_String optionalPropertyBag) |
ValidatorIssue |
ValidatorIssue.withSeverity(Integer severity) |
ValidatorIssue |
ValidatorIssue.withTypeCode(Integer typeCode) |
ValidatorIssue |
ValidatorIssue.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ValidatorIssue> |
ValidateFetchXmlExpressionResult.getMessages() |
com.github.davidmoten.odata.client.CollectionPage<ValidatorIssue> |
ValidateFetchXmlExpressionResult.getMessages(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ValidateFetchXmlExpressionResult.Builder |
ValidateFetchXmlExpressionResult.Builder.messages(ValidatorIssue... messages) |
| Modifier and Type | Method and Description |
|---|---|
ValidateFetchXmlExpressionResult.Builder |
ValidateFetchXmlExpressionResult.Builder.messages(List<ValidatorIssue> messages) |
Copyright © 2018–2021. All rights reserved.