Package microsoft.dynamics.crm.complex
Class XrmAttributeExpression
- java.lang.Object
-
- microsoft.dynamics.crm.complex.XrmAttributeExpression
-
- All Implemented Interfaces:
com.github.davidmoten.odata.client.ODataType
public class XrmAttributeExpression extends Object implements com.github.davidmoten.odata.client.ODataType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXrmAttributeExpression.Builder
-
Field Summary
Fields Modifier and Type Field Description protected XrmAggregateTypeaggregateTypeprotected Stringaliasprotected StringattributeNameprotected com.github.davidmoten.odata.client.ContextPathcontextPathprotected XrmDateTimeGroupingdateTimeGroupingprotected BooleanhasGroupByprotected StringodataTypeprotected com.github.davidmoten.odata.client.internal.UnmappedFieldsImplunmappedFields
-
Constructor Summary
Constructors Modifier Constructor Description protectedXrmAttributeExpression()
-
Method Summary
-
-
-
Field Detail
-
contextPath
protected com.github.davidmoten.odata.client.ContextPath contextPath
-
unmappedFields
protected com.github.davidmoten.odata.client.internal.UnmappedFieldsImpl unmappedFields
-
odataType
protected String odataType
-
attributeName
protected String attributeName
-
aggregateType
protected XrmAggregateType aggregateType
-
alias
protected String alias
-
hasGroupBy
protected Boolean hasGroupBy
-
dateTimeGrouping
protected XrmDateTimeGrouping dateTimeGrouping
-
-
Method Detail
-
odataTypeName
public String odataTypeName()
- Specified by:
odataTypeNamein interfacecom.github.davidmoten.odata.client.ODataType
-
withAttributeName
public XrmAttributeExpression withAttributeName(String attributeName)
-
getAggregateType
public Optional<XrmAggregateType> getAggregateType()
-
withAggregateType
public XrmAttributeExpression withAggregateType(XrmAggregateType aggregateType)
-
withAlias
public XrmAttributeExpression withAlias(String alias)
-
withHasGroupBy
public XrmAttributeExpression withHasGroupBy(Boolean hasGroupBy)
-
getDateTimeGrouping
public Optional<XrmDateTimeGrouping> getDateTimeGrouping()
-
withDateTimeGrouping
public XrmAttributeExpression withDateTimeGrouping(XrmDateTimeGrouping dateTimeGrouping)
-
withUnmappedField
public XrmAttributeExpression withUnmappedField(String name, Object value)
-
getUnmappedFields
public com.github.davidmoten.odata.client.UnmappedFields getUnmappedFields()
- Specified by:
getUnmappedFieldsin interfacecom.github.davidmoten.odata.client.ODataType
-
postInject
public void postInject(boolean addKeysToContextPath)
- Specified by:
postInjectin interfacecom.github.davidmoten.odata.client.ODataType
-
builder
public static XrmAttributeExpression.Builder builder()
Returns a builder which is used to create a new instance of this class (given that this class is immutable).- Returns:
- a new Builder for this class
-
-