Uses of Enum Class
org.azd.enums.QueryExpand
Packages that use QueryExpand
-
Uses of QueryExpand in org.azd.enums
Methods in org.azd.enums that return QueryExpandModifier and TypeMethodDescriptionstatic QueryExpandReturns the enum constant of this class with the specified name.static QueryExpand[]QueryExpand.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of QueryExpand in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type QueryExpandModifier and TypeMethodDescriptionWorkItemTrackingDetails.getQueries(int depth, QueryExpand expand, boolean includeDeleted) WorkItemTrackingDetails.getQuery(String query, int depth, QueryExpand expand, boolean includeDeleted, boolean useIsoDateFormat) WorkItemTrackingDetails.getQueryBatches(QueryErrorPolicy errorPolicy, QueryExpand expand, String[] ids) WorkItemTrackingDetails.searchQuery(String filter, QueryExpand expand, boolean includeDeleted, int top) -
Uses of QueryExpand in org.azd.workitemtracking
Methods in org.azd.workitemtracking with parameters of type QueryExpandModifier and TypeMethodDescriptionWorkItemTrackingApi.getQueries(int depth, QueryExpand expand, boolean includeDeleted) Gets the root queries and their childrenWorkItemTrackingApi.getQuery(String query, int depth, QueryExpand expand, boolean includeDeleted, boolean useIsoDateFormat) Retrieves an individual query and its childrenWorkItemTrackingApi.getQueryBatches(QueryErrorPolicy errorPolicy, QueryExpand expand, String[] ids) Gets a list of queries by ids (Maximum 1000)WorkItemTrackingApi.searchQuery(String filter, QueryExpand expand, boolean includeDeleted, int top)