Package microsoft.dynamics.crm.complex
Class QueryByAttribute.Builder
- java.lang.Object
-
- microsoft.dynamics.crm.complex.QueryByAttribute.Builder
-
- Enclosing class:
- QueryByAttribute
public static final class QueryByAttribute.Builder extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryByAttribute.Builderattributes(String... attributes)QueryByAttribute.Builderattributes(List<String> attributes)QueryByAttribute.BuilderattributesNextLink(String attributesNextLink)QueryByAttributebuild()QueryByAttribute.BuildercolumnSet(ColumnSet columnSet)QueryByAttribute.BuilderentityName(String entityName)QueryByAttribute.Builderorders(List<OrderExpression> orders)QueryByAttribute.Builderorders(OrderExpression... orders)QueryByAttribute.BuilderordersNextLink(String ordersNextLink)QueryByAttribute.BuilderpageInfo(PagingInfo pageInfo)QueryByAttribute.BuildertopCount(Integer topCount)QueryByAttribute.Buildervalues(List<Object> values)QueryByAttribute.Buildervalues(Object... values)QueryByAttribute.BuildervaluesNextLink(String valuesNextLink)
-
-
-
Method Detail
-
entityName
public QueryByAttribute.Builder entityName(String entityName)
-
attributes
public QueryByAttribute.Builder attributes(List<String> attributes)
-
attributes
public QueryByAttribute.Builder attributes(String... attributes)
-
attributesNextLink
public QueryByAttribute.Builder attributesNextLink(String attributesNextLink)
-
values
public QueryByAttribute.Builder values(List<Object> values)
-
values
public QueryByAttribute.Builder values(Object... values)
-
valuesNextLink
public QueryByAttribute.Builder valuesNextLink(String valuesNextLink)
-
pageInfo
public QueryByAttribute.Builder pageInfo(PagingInfo pageInfo)
-
columnSet
public QueryByAttribute.Builder columnSet(ColumnSet columnSet)
-
orders
public QueryByAttribute.Builder orders(List<OrderExpression> orders)
-
orders
public QueryByAttribute.Builder orders(OrderExpression... orders)
-
ordersNextLink
public QueryByAttribute.Builder ordersNextLink(String ordersNextLink)
-
topCount
public QueryByAttribute.Builder topCount(Integer topCount)
-
build
public QueryByAttribute build()
-
-