Uses of Class
microsoft.dynamics.crm.complex.QueryByAttribute.Builder
-
Packages that use QueryByAttribute.Builder Package Description microsoft.dynamics.crm.complex -
-
Uses of QueryByAttribute.Builder in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return QueryByAttribute.Builder Modifier and Type Method Description QueryByAttribute.BuilderQueryByAttribute.Builder. attributes(String... attributes)QueryByAttribute.BuilderQueryByAttribute.Builder. attributes(List<String> attributes)QueryByAttribute.BuilderQueryByAttribute.Builder. attributesNextLink(String attributesNextLink)static QueryByAttribute.BuilderQueryByAttribute. builderQueryByAttribute()Returns a builder which is used to create a new instance of this class (given that this class is immutable).QueryByAttribute.BuilderQueryByAttribute.Builder. columnSet(ColumnSet columnSet)QueryByAttribute.BuilderQueryByAttribute.Builder. entityName(String entityName)QueryByAttribute.BuilderQueryByAttribute.Builder. orders(List<OrderExpression> orders)QueryByAttribute.BuilderQueryByAttribute.Builder. orders(OrderExpression... orders)QueryByAttribute.BuilderQueryByAttribute.Builder. ordersNextLink(String ordersNextLink)QueryByAttribute.BuilderQueryByAttribute.Builder. pageInfo(PagingInfo pageInfo)QueryByAttribute.BuilderQueryByAttribute.Builder. topCount(Integer topCount)QueryByAttribute.BuilderQueryByAttribute.Builder. values(List<Object> values)QueryByAttribute.BuilderQueryByAttribute.Builder. values(Object... values)QueryByAttribute.BuilderQueryByAttribute.Builder. valuesNextLink(String valuesNextLink)
-