Uses of Enum Class
org.azd.enums.WorkItemExpand
Packages that use WorkItemExpand
-
Uses of WorkItemExpand in org.azd.enums
Methods in org.azd.enums that return WorkItemExpandModifier and TypeMethodDescriptionstatic WorkItemExpandReturns the enum constant of this class with the specified name.static WorkItemExpand[]WorkItemExpand.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of WorkItemExpand in org.azd.interfaces
Methods in org.azd.interfaces with parameters of type WorkItemExpandModifier and TypeMethodDescriptionWorkItemTrackingDetails.getWorkItem(int id, WorkItemExpand expand) WorkItemTrackingDetails.getWorkItem(int id, WorkItemExpand expand, String asOf) WorkItemTrackingDetails.getWorkItem(int id, WorkItemExpand expand, String[] fields) WorkItemTrackingDetails.getWorkItem(int id, WorkItemExpand expand, String[] fields, String asOf) WorkItemTrackingDetails.getWorkItemRevision(int workItemId, int revisionNumber, WorkItemExpand expand) WorkItemTrackingDetails.getWorkItemRevisions(int workItemId, WorkItemExpand expand) WorkItemTrackingDetails.getWorkItemRevisions(int workItemId, WorkItemExpand expand, int top, int skip) WorkItemTrackingDetails.getWorkItems(int[] ids, WorkItemExpand expand) WorkItemTrackingDetails.getWorkItems(int[] ids, WorkItemExpand expand, String asOf) WorkItemTrackingDetails.getWorkItems(int[] ids, WorkItemExpand expand, String[] fields) WorkItemTrackingDetails.getWorkItems(int[] ids, WorkItemExpand expand, String[] fields, String asOf, WorkItemErrorPolicy errorPolicy) WorkItemTrackingDetails.updateWorkItem(int workItemId, WorkItemExpand expand, boolean bypassRules, boolean suppressNotifications, boolean validateOnly, Map<String, Object> fieldsToUpdate) WorkItemTrackingDetails.updateWorkItem(int workItemId, WorkItemExpand expand, boolean bypassRules, boolean suppressNotifications, boolean validateOnly, Map<String, Object> fieldsToUpdate, WorkItemOperation operation) -
Uses of WorkItemExpand in org.azd.workitemtracking
Methods in org.azd.workitemtracking with parameters of type WorkItemExpandModifier and TypeMethodDescriptionWorkItemTrackingApi.getWorkItem(int id, WorkItemExpand expand) Returns a single work item.WorkItemTrackingApi.getWorkItem(int id, WorkItemExpand expand, String asOf) Returns a single work item.WorkItemTrackingApi.getWorkItem(int id, WorkItemExpand expand, String[] fields) Returns a single work item.WorkItemTrackingApi.getWorkItem(int id, WorkItemExpand expand, String[] fields, String asOf) Returns a single work item.WorkItemTrackingApi.getWorkItemRevision(int workItemId, int revisionNumber, WorkItemExpand expand) Returns a fully hydrated work item for the requested revisionWorkItemTrackingApi.getWorkItemRevisions(int workItemId, WorkItemExpand expand) Returns the list of fully hydrated work item revisions.WorkItemTrackingApi.getWorkItemRevisions(int workItemId, WorkItemExpand expand, int top, int skip) Returns the list of fully hydrated work item revisions, paged.WorkItemTrackingApi.getWorkItems(int[] ids, WorkItemExpand expand) Returns a list of work items (Maximum 200)WorkItemTrackingApi.getWorkItems(int[] ids, WorkItemExpand expand, String asOf) Returns a list of work items (Maximum 200)WorkItemTrackingApi.getWorkItems(int[] ids, WorkItemExpand expand, String[] fields) Returns a list of work items (Maximum 200)WorkItemTrackingApi.getWorkItems(int[] ids, WorkItemExpand expand, String[] fields, String asOf, WorkItemErrorPolicy errorPolicy) Returns a list of work items (Maximum 200)WorkItemTrackingApi.updateWorkItem(int workItemId, WorkItemExpand expand, boolean bypassRules, boolean suppressNotifications, boolean validateOnly, Map<String, Object> fieldsToUpdate) Update a single work item with the internal field names.WorkItemTrackingApi.updateWorkItem(int workItemId, WorkItemExpand expand, boolean bypassRules, boolean suppressNotifications, boolean validateOnly, Map<String, Object> fieldsToUpdate, WorkItemOperation operation) Update a single work item with the internal field names.