| Package | Description |
|---|---|
| microsoft.dynamics.crm.complex |
| Modifier and Type | Field and Description |
|---|---|
protected List<XrmAttributeExpression> |
ColumnSet.attributeExpressions |
| Modifier and Type | Method and Description |
|---|---|
XrmAttributeExpression |
XrmAttributeExpression.Builder.build() |
XrmAttributeExpression |
XrmAttributeExpression.withAggregateType(XrmAggregateType aggregateType) |
XrmAttributeExpression |
XrmAttributeExpression.withAlias(String alias) |
XrmAttributeExpression |
XrmAttributeExpression.withAttributeName(String attributeName) |
XrmAttributeExpression |
XrmAttributeExpression.withDateTimeGrouping(XrmDateTimeGrouping dateTimeGrouping) |
XrmAttributeExpression |
XrmAttributeExpression.withHasGroupBy(Boolean hasGroupBy) |
XrmAttributeExpression |
XrmAttributeExpression.withUnmappedField(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
com.github.davidmoten.odata.client.CollectionPage<XrmAttributeExpression> |
ColumnSet.getAttributeExpressions() |
com.github.davidmoten.odata.client.CollectionPage<XrmAttributeExpression> |
ColumnSet.getAttributeExpressions(com.github.davidmoten.odata.client.HttpRequestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
ColumnSet.Builder |
ColumnSet.Builder.attributeExpressions(XrmAttributeExpression... attributeExpressions) |
| Modifier and Type | Method and Description |
|---|---|
ColumnSet.Builder |
ColumnSet.Builder.attributeExpressions(List<XrmAttributeExpression> attributeExpressions) |
Copyright © 2018–2021. All rights reserved.