Uses of Class
microsoft.dynamics.crm.complex.EntityQueryExpression
-
Packages that use EntityQueryExpression Package Description microsoft.dynamics.crm.complex microsoft.dynamics.crm.container -
-
Uses of EntityQueryExpression in microsoft.dynamics.crm.complex
Methods in microsoft.dynamics.crm.complex that return EntityQueryExpression Modifier and Type Method Description EntityQueryExpressionEntityQueryExpression.Builder. build()EntityQueryExpressionEntityQueryExpression. withAttributeQuery(AttributeQueryExpression attributeQuery)EntityQueryExpressionEntityQueryExpression. withCriteria(MetadataFilterExpression criteria)EntityQueryExpressionEntityQueryExpression. withKeyQuery(EntityKeyQueryExpression keyQuery)EntityQueryExpressionEntityQueryExpression. withLabelQuery(LabelQueryExpression labelQuery)EntityQueryExpressionEntityQueryExpression. withProperties(MetadataPropertiesExpression properties)EntityQueryExpressionEntityQueryExpression. withRelationshipQuery(RelationshipQueryExpression relationshipQuery)EntityQueryExpressionEntityQueryExpression. withUnmappedField(String name, Object value) -
Uses of EntityQueryExpression in microsoft.dynamics.crm.container
Methods in microsoft.dynamics.crm.container with parameters of type EntityQueryExpression Modifier and Type Method Description com.github.davidmoten.odata.client.FunctionRequestReturningNonCollectionUnwrapped<RetrieveMetadataChangesResponse>System. retrieveMetadataChanges(EntityQueryExpression query, DeletedMetadataFilters deletedMetadataFilters, String clientVersionStamp, UUID appModuleId, Boolean retrieveAllSettings)
-