Uses of Class
microsoft.dynamics.crm.complex.XrmAttributeExpression
-
Packages that use XrmAttributeExpression Package Description microsoft.dynamics.crm.complex -
-
Uses of XrmAttributeExpression in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type XrmAttributeExpression Modifier and Type Field Description protected List<XrmAttributeExpression>ColumnSet. attributeExpressionsMethods in microsoft.dynamics.crm.complex that return XrmAttributeExpression Modifier and Type Method Description XrmAttributeExpressionXrmAttributeExpression.Builder. build()XrmAttributeExpressionXrmAttributeExpression. withAggregateType(XrmAggregateType aggregateType)XrmAttributeExpressionXrmAttributeExpression. withAlias(String alias)XrmAttributeExpressionXrmAttributeExpression. withAttributeName(String attributeName)XrmAttributeExpressionXrmAttributeExpression. withDateTimeGrouping(XrmDateTimeGrouping dateTimeGrouping)XrmAttributeExpressionXrmAttributeExpression. withHasGroupBy(Boolean hasGroupBy)XrmAttributeExpressionXrmAttributeExpression. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type XrmAttributeExpression Modifier and Type Method 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)Methods in microsoft.dynamics.crm.complex with parameters of type XrmAttributeExpression Modifier and Type Method Description ColumnSet.BuilderColumnSet.Builder. attributeExpressions(XrmAttributeExpression... attributeExpressions)Method parameters in microsoft.dynamics.crm.complex with type arguments of type XrmAttributeExpression Modifier and Type Method Description ColumnSet.BuilderColumnSet.Builder. attributeExpressions(List<XrmAttributeExpression> attributeExpressions)
-