Uses of Enum Class
org.azd.enums.QueryErrorPolicy
Packages that use QueryErrorPolicy
-
Uses of QueryErrorPolicy in org.azd.enums
Methods in org.azd.enums that return QueryErrorPolicyModifier and TypeMethodDescriptionstatic QueryErrorPolicyReturns the enum constant of this class with the specified name.static QueryErrorPolicy[]QueryErrorPolicy.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of QueryErrorPolicy in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type QueryErrorPolicyModifier and TypeMethodDescriptionWorkItemTrackingDetails.getQueryBatches(QueryErrorPolicy errorPolicy, QueryExpand expand, String[] ids) -
Uses of QueryErrorPolicy in org.azd.workitemtracking
Methods in org.azd.workitemtracking with parameters of type QueryErrorPolicyModifier and TypeMethodDescriptionWorkItemTrackingApi.getQueryBatches(QueryErrorPolicy errorPolicy, QueryExpand expand, String[] ids) Gets a list of queries by ids (Maximum 1000)