Uses of Class
microsoft.dynamics.crm.complex.QueryExpression
-
Packages that use QueryExpression Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of QueryExpression in microsoft.dynamics.crm.complex
Fields in microsoft.dynamics.crm.complex declared as QueryExpression Modifier and Type Field Description protected QueryExpressionFetchXmlToQueryExpressionResponse. queryprotected QueryExpressionQueryExpression. subQueryExpressionMethods in microsoft.dynamics.crm.complex that return QueryExpression Modifier and Type Method Description QueryExpressionQueryExpression.Builder. build()QueryExpressionQueryExpression. withColumnSet(ColumnSet columnSet)QueryExpressionQueryExpression. withCriteria(FilterExpression criteria)QueryExpressionQueryExpression. withDistinct(Boolean distinct)QueryExpressionQueryExpression. withEntityName(String entityName)QueryExpressionQueryExpression. withNoLock(Boolean noLock)QueryExpressionQueryExpression. withPageInfo(PagingInfo pageInfo)QueryExpressionQueryExpression. withQueryHints(String queryHints)QueryExpressionQueryExpression. withSubQueryExpression(QueryExpression subQueryExpression)QueryExpressionQueryExpression. withTopCount(Integer topCount)QueryExpressionQueryExpression. withUnmappedField(String name, String value)Methods in microsoft.dynamics.crm.complex that return types with arguments of type QueryExpression Modifier and Type Method Description Optional<QueryExpression>FetchXmlToQueryExpressionResponse. getQuery()Optional<QueryExpression>QueryExpression. getSubQueryExpression()Methods in microsoft.dynamics.crm.complex with parameters of type QueryExpression Modifier and Type Method Description FetchXmlToQueryExpressionResponse.BuilderFetchXmlToQueryExpressionResponse.Builder. query(QueryExpression query)QueryExpression.BuilderQueryExpression.Builder. subQueryExpression(QueryExpression subQueryExpression)FetchXmlToQueryExpressionResponseFetchXmlToQueryExpressionResponse. withQuery(QueryExpression query)QueryExpressionQueryExpression. withSubQueryExpression(QueryExpression subQueryExpression) -
Uses of QueryExpression in microsoft.dynamics.crm.container
Method parameters in microsoft.dynamics.crm.container with type arguments of type QueryExpression Modifier and Type Method Description com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<BulkDeleteResponse>System. bulkDelete(List<QueryExpression> querySet, String jobName, Boolean sendEmailNotification, List<Activityparty> toRecipients, List<Activityparty> cCRecipients, String recurrencePattern, OffsetDateTime startDateTime, String sourceImportId, Boolean runNow)com.github.davidmoten.odata.client.ActionRequestReturningNonCollectionUnwrapped<SyncBulkOperationResponse>System. syncBulkOperation(List<QueryExpression> querySet, Integer operationType)
-