Uses of Class
microsoft.dynamics.crm.complex.OrderExpression
-
Packages that use OrderExpression Package Description microsoft.dynamics.crm.complex -
-
Uses of OrderExpression in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex with type parameters of type OrderExpression Modifier and Type Field Description protected List<OrderExpression>LinkEntity. ordersprotected List<OrderExpression>QueryByAttribute. ordersprotected List<OrderExpression>QueryExpression. ordersMethods in microsoft.dynamics.crm.complex that return OrderExpression Modifier and Type Method Description OrderExpressionOrderExpression.Builder. build()OrderExpressionOrderExpression. withAlias(String alias)OrderExpressionOrderExpression. withAttributeName(String attributeName)OrderExpressionOrderExpression. withOrderType(OrderType orderType)OrderExpressionOrderExpression. withUnmappedField(String name, Object value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type OrderExpression Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPage<OrderExpression>LinkEntity. getOrders()com.github.davidmoten.odata.client.CollectionPage<OrderExpression>LinkEntity. getOrders(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<OrderExpression>QueryByAttribute. getOrders()com.github.davidmoten.odata.client.CollectionPage<OrderExpression>QueryByAttribute. getOrders(com.github.davidmoten.odata.client.HttpRequestOptions options)com.github.davidmoten.odata.client.CollectionPage<OrderExpression>QueryExpression. getOrders()com.github.davidmoten.odata.client.CollectionPage<OrderExpression>QueryExpression. getOrders(com.github.davidmoten.odata.client.HttpRequestOptions options)Methods in microsoft.dynamics.crm.complex with parameters of type OrderExpression Modifier and Type Method Description LinkEntity.BuilderLinkEntity.Builder. orders(OrderExpression... orders)QueryByAttribute.BuilderQueryByAttribute.Builder. orders(OrderExpression... orders)QueryExpression.BuilderQueryExpression.Builder. orders(OrderExpression... orders)Method parameters in microsoft.dynamics.crm.complex with type arguments of type OrderExpression Modifier and Type Method Description LinkEntity.BuilderLinkEntity.Builder. orders(List<OrderExpression> orders)QueryByAttribute.BuilderQueryByAttribute.Builder. orders(List<OrderExpression> orders)QueryExpression.BuilderQueryExpression.Builder. orders(List<OrderExpression> orders)
-