| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<ConditionExpression> |
FilterExpression.conditions |
| Modifier and Type | Method and Description |
|---|---|
ConditionExpression |
ConditionExpression.Builder.build() |
ConditionExpression |
ConditionExpression.withAttributeName(String attributeName) |
ConditionExpression |
ConditionExpression.withCompareColumns(Boolean compareColumns) |
ConditionExpression |
ConditionExpression.withEntityName(String entityName) |
ConditionExpression |
ConditionExpression.withOperator(ConditionOperator operator) |
ConditionExpression |
ConditionExpression.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<ConditionExpression> |
FilterExpression.getConditions() |
com.github.davidmoten.odata.client.CollectionPage<ConditionExpression> |
FilterExpression.getConditions(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression.Builder |
FilterExpression.Builder.conditions(ConditionExpression... conditions) |
| Modifier and Type | Method and Description |
|---|---|
FilterExpression.Builder |
FilterExpression.Builder.conditions(List<ConditionExpression> conditions) |
Copyright © 2018–2020. All rights reserved.