Package io.gitea.api
Class IssueApi
java.lang.Object
io.gitea.api.IssueApi
public class IssueApi
extends java.lang.Object
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description ApiClientgetApiClient()java.util.List<Label>issueAddLabel(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body)Add a label to an issuecom.squareup.okhttp.CallissueAddLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body, ApiCallback<java.util.List<Label>> callback)Add a label to an issue (asynchronously)com.squareup.okhttp.CallissueAddLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueAddLabelApiResponse<java.util.List<Label>>issueAddLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body)Add a label to an issuevoidissueAddSubscription(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user)Subscribe user to issuecom.squareup.okhttp.CallissueAddSubscriptionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, ApiCallback<java.lang.Void> callback)Subscribe user to issue (asynchronously)com.squareup.okhttp.CallissueAddSubscriptionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueAddSubscriptionApiResponse<java.lang.Void>issueAddSubscriptionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user)Subscribe user to issueTrackedTimeissueAddTime(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body)Add tracked time to a issuecom.squareup.okhttp.CallissueAddTimeAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body, ApiCallback<TrackedTime> callback)Add tracked time to a issue (asynchronously)com.squareup.okhttp.CallissueAddTimeCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueAddTimeApiResponse<TrackedTime>issueAddTimeWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body)Add tracked time to a issueWatchInfoissueCheckSubscription(java.lang.String owner, java.lang.String repo, java.lang.Long index)Check if user is subscribed to an issuecom.squareup.okhttp.CallissueCheckSubscriptionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<WatchInfo> callback)Check if user is subscribed to an issue (asynchronously)com.squareup.okhttp.CallissueCheckSubscriptionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueCheckSubscriptionApiResponse<WatchInfo>issueCheckSubscriptionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index)Check if user is subscribed to an issuevoidissueClearLabels(java.lang.String owner, java.lang.String repo, java.lang.Long index)Remove all labels from an issuecom.squareup.okhttp.CallissueClearLabelsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback)Remove all labels from an issue (asynchronously)com.squareup.okhttp.CallissueClearLabelsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueClearLabelsApiResponse<java.lang.Void>issueClearLabelsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index)Remove all labels from an issueCommentissueCreateComment(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body)Add a comment to an issuecom.squareup.okhttp.CallissueCreateCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body, ApiCallback<Comment> callback)Add a comment to an issue (asynchronously)com.squareup.okhttp.CallissueCreateCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueCreateCommentApiResponse<Comment>issueCreateCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body)Add a comment to an issueIssueissueCreateIssue(java.lang.String owner, java.lang.String repo, CreateIssueOption body)Create an issue.com.squareup.okhttp.CallissueCreateIssueAsync(java.lang.String owner, java.lang.String repo, CreateIssueOption body, ApiCallback<Issue> callback)Create an issue.com.squareup.okhttp.CallissueCreateIssueCall(java.lang.String owner, java.lang.String repo, CreateIssueOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueCreateIssueApiResponse<Issue>issueCreateIssueWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateIssueOption body)Create an issue.LabelissueCreateLabel(java.lang.String owner, java.lang.String repo, CreateLabelOption body)Create a labelcom.squareup.okhttp.CallissueCreateLabelAsync(java.lang.String owner, java.lang.String repo, CreateLabelOption body, ApiCallback<Label> callback)Create a label (asynchronously)com.squareup.okhttp.CallissueCreateLabelCall(java.lang.String owner, java.lang.String repo, CreateLabelOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueCreateLabelApiResponse<Label>issueCreateLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateLabelOption body)Create a labelMilestoneissueCreateMilestone(java.lang.String owner, java.lang.String repo, CreateMilestoneOption body)Create a milestonecom.squareup.okhttp.CallissueCreateMilestoneAsync(java.lang.String owner, java.lang.String repo, CreateMilestoneOption body, ApiCallback<Milestone> callback)Create a milestone (asynchronously)com.squareup.okhttp.CallissueCreateMilestoneCall(java.lang.String owner, java.lang.String repo, CreateMilestoneOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueCreateMilestoneApiResponse<Milestone>issueCreateMilestoneWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateMilestoneOption body)Create a milestonevoidissueDeleteComment(java.lang.String owner, java.lang.String repo, java.lang.Long id)Delete a commentcom.squareup.okhttp.CallissueDeleteCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<java.lang.Void> callback)Delete a comment (asynchronously)com.squareup.okhttp.CallissueDeleteCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueDeleteCommentvoidissueDeleteCommentDeprecated(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id)Deprecated.com.squareup.okhttp.CallissueDeleteCommentDeprecatedAsync(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, ApiCallback<java.lang.Void> callback)Deprecated.com.squareup.okhttp.CallissueDeleteCommentDeprecatedCall(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Deprecated.ApiResponse<java.lang.Void>issueDeleteCommentDeprecatedWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id)Deprecated.voidissueDeleteCommentReaction(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content)Remove a reaction from a comment of an issuecom.squareup.okhttp.CallissueDeleteCommentReactionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content, ApiCallback<java.lang.Void> callback)Remove a reaction from a comment of an issue (asynchronously)com.squareup.okhttp.CallissueDeleteCommentReactionCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueDeleteCommentReactionApiResponse<java.lang.Void>issueDeleteCommentReactionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content)Remove a reaction from a comment of an issueApiResponse<java.lang.Void>issueDeleteCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id)Delete a commentvoidissueDeleteIssueReaction(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content)Remove a reaction from an issuecom.squareup.okhttp.CallissueDeleteIssueReactionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content, ApiCallback<java.lang.Void> callback)Remove a reaction from an issue (asynchronously)com.squareup.okhttp.CallissueDeleteIssueReactionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueDeleteIssueReactionApiResponse<java.lang.Void>issueDeleteIssueReactionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content)Remove a reaction from an issuevoidissueDeleteLabel(java.lang.String owner, java.lang.String repo, java.lang.Long id)Delete a labelcom.squareup.okhttp.CallissueDeleteLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<java.lang.Void> callback)Delete a label (asynchronously)com.squareup.okhttp.CallissueDeleteLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueDeleteLabelApiResponse<java.lang.Void>issueDeleteLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id)Delete a labelvoidissueDeleteMilestone(java.lang.String owner, java.lang.String repo, java.lang.String id)Delete a milestonecom.squareup.okhttp.CallissueDeleteMilestoneAsync(java.lang.String owner, java.lang.String repo, java.lang.String id, ApiCallback<java.lang.Void> callback)Delete a milestone (asynchronously)com.squareup.okhttp.CallissueDeleteMilestoneCall(java.lang.String owner, java.lang.String repo, java.lang.String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueDeleteMilestoneApiResponse<java.lang.Void>issueDeleteMilestoneWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String id)Delete a milestonevoidissueDeleteStopWatch(java.lang.String owner, java.lang.String repo, java.lang.Long index)Delete an issue's existing stopwatch.com.squareup.okhttp.CallissueDeleteStopWatchAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback)Delete an issue's existing stopwatch.com.squareup.okhttp.CallissueDeleteStopWatchCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueDeleteStopWatchApiResponse<java.lang.Void>issueDeleteStopWatchWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index)Delete an issue's existing stopwatch.voidissueDeleteSubscription(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user)Unsubscribe user from issuecom.squareup.okhttp.CallissueDeleteSubscriptionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, ApiCallback<java.lang.Void> callback)Unsubscribe user from issue (asynchronously)com.squareup.okhttp.CallissueDeleteSubscriptionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueDeleteSubscriptionApiResponse<java.lang.Void>issueDeleteSubscriptionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user)Unsubscribe user from issuevoidissueDeleteTime(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id)Delete specific tracked timecom.squareup.okhttp.CallissueDeleteTimeAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ApiCallback<java.lang.Void> callback)Delete specific tracked time (asynchronously)com.squareup.okhttp.CallissueDeleteTimeCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueDeleteTimeApiResponse<java.lang.Void>issueDeleteTimeWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id)Delete specific tracked timeCommentissueEditComment(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditIssueCommentOption body)Edit a commentcom.squareup.okhttp.CallissueEditCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditIssueCommentOption body, ApiCallback<Comment> callback)Edit a comment (asynchronously)com.squareup.okhttp.CallissueEditCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditIssueCommentOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueEditCommentCommentissueEditCommentDeprecated(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, EditIssueCommentOption body)Deprecated.com.squareup.okhttp.CallissueEditCommentDeprecatedAsync(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, EditIssueCommentOption body, ApiCallback<Comment> callback)Deprecated.com.squareup.okhttp.CallissueEditCommentDeprecatedCall(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, EditIssueCommentOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Deprecated.ApiResponse<Comment>issueEditCommentDeprecatedWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, EditIssueCommentOption body)Deprecated.ApiResponse<Comment>issueEditCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditIssueCommentOption body)Edit a commentIssueissueEditIssue(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditIssueOption body)Edit an issue.com.squareup.okhttp.CallissueEditIssueAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditIssueOption body, ApiCallback<Issue> callback)Edit an issue.com.squareup.okhttp.CallissueEditIssueCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditIssueOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueEditIssueIssueDeadlineissueEditIssueDeadline(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditDeadlineOption body)Set an issue deadline.com.squareup.okhttp.CallissueEditIssueDeadlineAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditDeadlineOption body, ApiCallback<IssueDeadline> callback)Set an issue deadline.com.squareup.okhttp.CallissueEditIssueDeadlineCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditDeadlineOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueEditIssueDeadlineApiResponse<IssueDeadline>issueEditIssueDeadlineWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditDeadlineOption body)Set an issue deadline.ApiResponse<Issue>issueEditIssueWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditIssueOption body)Edit an issue.LabelissueEditLabel(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditLabelOption body)Update a labelcom.squareup.okhttp.CallissueEditLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditLabelOption body, ApiCallback<Label> callback)Update a label (asynchronously)com.squareup.okhttp.CallissueEditLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditLabelOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueEditLabelApiResponse<Label>issueEditLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditLabelOption body)Update a labelMilestoneissueEditMilestone(java.lang.String owner, java.lang.String repo, java.lang.String id, EditMilestoneOption body)Update a milestonecom.squareup.okhttp.CallissueEditMilestoneAsync(java.lang.String owner, java.lang.String repo, java.lang.String id, EditMilestoneOption body, ApiCallback<Milestone> callback)Update a milestone (asynchronously)com.squareup.okhttp.CallissueEditMilestoneCall(java.lang.String owner, java.lang.String repo, java.lang.String id, EditMilestoneOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueEditMilestoneApiResponse<Milestone>issueEditMilestoneWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String id, EditMilestoneOption body)Update a milestoneCommentissueGetComment(java.lang.String owner, java.lang.String repo, java.lang.Long id)Get a commentcom.squareup.okhttp.CallissueGetCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<Comment> callback)Get a comment (asynchronously)com.squareup.okhttp.CallissueGetCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetCommentjava.util.List<Reaction>issueGetCommentReactions(java.lang.String owner, java.lang.String repo, java.lang.Long id)Get a list of reactions from a comment of an issuecom.squareup.okhttp.CallissueGetCommentReactionsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<java.util.List<Reaction>> callback)Get a list of reactions from a comment of an issue (asynchronously)com.squareup.okhttp.CallissueGetCommentReactionsCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetCommentReactionsApiResponse<java.util.List<Reaction>>issueGetCommentReactionsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id)Get a list of reactions from a comment of an issuejava.util.List<Comment>issueGetComments(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before)List all comments on an issuecom.squareup.okhttp.CallissueGetCommentsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, ApiCallback<java.util.List<Comment>> callback)List all comments on an issue (asynchronously)com.squareup.okhttp.CallissueGetCommentsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetCommentsApiResponse<java.util.List<Comment>>issueGetCommentsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before)List all comments on an issueApiResponse<Comment>issueGetCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id)Get a commentIssueissueGetIssue(java.lang.String owner, java.lang.String repo, java.lang.Long index)Get an issuecom.squareup.okhttp.CallissueGetIssueAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<Issue> callback)Get an issue (asynchronously)com.squareup.okhttp.CallissueGetIssueCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetIssuejava.util.List<Reaction>issueGetIssueReactions(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit)Get a list reactions of an issuecom.squareup.okhttp.CallissueGetIssueReactionsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Reaction>> callback)Get a list reactions of an issue (asynchronously)com.squareup.okhttp.CallissueGetIssueReactionsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetIssueReactionsApiResponse<java.util.List<Reaction>>issueGetIssueReactionsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit)Get a list reactions of an issueApiResponse<Issue>issueGetIssueWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index)Get an issueLabelissueGetLabel(java.lang.String owner, java.lang.String repo, java.lang.Long id)Get a single labelcom.squareup.okhttp.CallissueGetLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<Label> callback)Get a single label (asynchronously)com.squareup.okhttp.CallissueGetLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetLabeljava.util.List<Label>issueGetLabels(java.lang.String owner, java.lang.String repo, java.lang.Long index)Get an issue's labelscom.squareup.okhttp.CallissueGetLabelsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.util.List<Label>> callback)Get an issue's labels (asynchronously)com.squareup.okhttp.CallissueGetLabelsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetLabelsApiResponse<java.util.List<Label>>issueGetLabelsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index)Get an issue's labelsApiResponse<Label>issueGetLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id)Get a single labelMilestoneissueGetMilestone(java.lang.String owner, java.lang.String repo, java.lang.String id)Get a milestonecom.squareup.okhttp.CallissueGetMilestoneAsync(java.lang.String owner, java.lang.String repo, java.lang.String id, ApiCallback<Milestone> callback)Get a milestone (asynchronously)com.squareup.okhttp.CallissueGetMilestoneCall(java.lang.String owner, java.lang.String repo, java.lang.String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetMilestonejava.util.List<Milestone>issueGetMilestonesList(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String name, java.lang.Integer page, java.lang.Integer limit)Get all of a repository's opened milestonescom.squareup.okhttp.CallissueGetMilestonesListAsync(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String name, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Milestone>> callback)Get all of a repository's opened milestones (asynchronously)com.squareup.okhttp.CallissueGetMilestonesListCall(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String name, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetMilestonesListApiResponse<java.util.List<Milestone>>issueGetMilestonesListWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String name, java.lang.Integer page, java.lang.Integer limit)Get all of a repository's opened milestonesApiResponse<Milestone>issueGetMilestoneWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String id)Get a milestonejava.util.List<Comment>issueGetRepoComments(java.lang.String owner, java.lang.String repo, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit)List all comments in a repositorycom.squareup.okhttp.CallissueGetRepoCommentsAsync(java.lang.String owner, java.lang.String repo, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Comment>> callback)List all comments in a repository (asynchronously)com.squareup.okhttp.CallissueGetRepoCommentsCall(java.lang.String owner, java.lang.String repo, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueGetRepoCommentsApiResponse<java.util.List<Comment>>issueGetRepoCommentsWithHttpInfo(java.lang.String owner, java.lang.String repo, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit)List all comments in a repositoryjava.util.List<Issue>issueListIssues(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String labels, java.lang.String q, java.lang.String type, java.lang.String milestones, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.String createdBy, java.lang.String assignedBy, java.lang.String mentionedBy, java.lang.Integer page, java.lang.Integer limit)List a repository's issuescom.squareup.okhttp.CallissueListIssuesAsync(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String labels, java.lang.String q, java.lang.String type, java.lang.String milestones, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.String createdBy, java.lang.String assignedBy, java.lang.String mentionedBy, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Issue>> callback)List a repository's issues (asynchronously)com.squareup.okhttp.CallissueListIssuesCall(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String labels, java.lang.String q, java.lang.String type, java.lang.String milestones, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.String createdBy, java.lang.String assignedBy, java.lang.String mentionedBy, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueListIssuesApiResponse<java.util.List<Issue>>issueListIssuesWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String labels, java.lang.String q, java.lang.String type, java.lang.String milestones, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.String createdBy, java.lang.String assignedBy, java.lang.String mentionedBy, java.lang.Integer page, java.lang.Integer limit)List a repository's issuesjava.util.List<Label>issueListLabels(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit)Get all of a repository's labelscom.squareup.okhttp.CallissueListLabelsAsync(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Label>> callback)Get all of a repository's labels (asynchronously)com.squareup.okhttp.CallissueListLabelsCall(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueListLabelsApiResponse<java.util.List<Label>>issueListLabelsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit)Get all of a repository's labelsReactionissuePostCommentReaction(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content)Add a reaction to a comment of an issuecom.squareup.okhttp.CallissuePostCommentReactionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content, ApiCallback<Reaction> callback)Add a reaction to a comment of an issue (asynchronously)com.squareup.okhttp.CallissuePostCommentReactionCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issuePostCommentReactionApiResponse<Reaction>issuePostCommentReactionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content)Add a reaction to a comment of an issueReactionissuePostIssueReaction(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content)Add a reaction to an issuecom.squareup.okhttp.CallissuePostIssueReactionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content, ApiCallback<Reaction> callback)Add a reaction to an issue (asynchronously)com.squareup.okhttp.CallissuePostIssueReactionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issuePostIssueReactionApiResponse<Reaction>issuePostIssueReactionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content)Add a reaction to an issuevoidissueRemoveLabel(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id)Remove a label from an issuecom.squareup.okhttp.CallissueRemoveLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ApiCallback<java.lang.Void> callback)Remove a label from an issue (asynchronously)com.squareup.okhttp.CallissueRemoveLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueRemoveLabelApiResponse<java.lang.Void>issueRemoveLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id)Remove a label from an issuejava.util.List<Label>issueReplaceLabels(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body)Replace an issue's labelscom.squareup.okhttp.CallissueReplaceLabelsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body, ApiCallback<java.util.List<Label>> callback)Replace an issue's labels (asynchronously)com.squareup.okhttp.CallissueReplaceLabelsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueReplaceLabelsApiResponse<java.util.List<Label>>issueReplaceLabelsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body)Replace an issue's labelsvoidissueResetTime(java.lang.String owner, java.lang.String repo, java.lang.Long index)Reset a tracked time of an issuecom.squareup.okhttp.CallissueResetTimeAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback)Reset a tracked time of an issue (asynchronously)com.squareup.okhttp.CallissueResetTimeCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueResetTimeApiResponse<java.lang.Void>issueResetTimeWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index)Reset a tracked time of an issuejava.util.List<Issue>issueSearchIssues(java.lang.String state, java.lang.String labels, java.lang.String milestones, java.lang.String q, java.lang.Long priorityRepoId, java.lang.String type, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Boolean assigned, java.lang.Boolean created, java.lang.Boolean mentioned, java.lang.Boolean reviewRequested, java.lang.Integer page, java.lang.Integer limit)Search for issues across the repositories that the user has access tocom.squareup.okhttp.CallissueSearchIssuesAsync(java.lang.String state, java.lang.String labels, java.lang.String milestones, java.lang.String q, java.lang.Long priorityRepoId, java.lang.String type, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Boolean assigned, java.lang.Boolean created, java.lang.Boolean mentioned, java.lang.Boolean reviewRequested, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Issue>> callback)Search for issues across the repositories that the user has access to (asynchronously)com.squareup.okhttp.CallissueSearchIssuesCall(java.lang.String state, java.lang.String labels, java.lang.String milestones, java.lang.String q, java.lang.Long priorityRepoId, java.lang.String type, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Boolean assigned, java.lang.Boolean created, java.lang.Boolean mentioned, java.lang.Boolean reviewRequested, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueSearchIssuesApiResponse<java.util.List<Issue>>issueSearchIssuesWithHttpInfo(java.lang.String state, java.lang.String labels, java.lang.String milestones, java.lang.String q, java.lang.Long priorityRepoId, java.lang.String type, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Boolean assigned, java.lang.Boolean created, java.lang.Boolean mentioned, java.lang.Boolean reviewRequested, java.lang.Integer page, java.lang.Integer limit)Search for issues across the repositories that the user has access tovoidissueStartStopWatch(java.lang.String owner, java.lang.String repo, java.lang.Long index)Start stopwatch on an issue.com.squareup.okhttp.CallissueStartStopWatchAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback)Start stopwatch on an issue.com.squareup.okhttp.CallissueStartStopWatchCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueStartStopWatchApiResponse<java.lang.Void>issueStartStopWatchWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index)Start stopwatch on an issue.voidissueStopStopWatch(java.lang.String owner, java.lang.String repo, java.lang.Long index)Stop an issue's existing stopwatch.com.squareup.okhttp.CallissueStopStopWatchAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback)Stop an issue's existing stopwatch.com.squareup.okhttp.CallissueStopStopWatchCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueStopStopWatchApiResponse<java.lang.Void>issueStopStopWatchWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index)Stop an issue's existing stopwatch.java.util.List<User>issueSubscriptions(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit)Get users who subscribed on an issue.com.squareup.okhttp.CallissueSubscriptionsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<User>> callback)Get users who subscribed on an issue.com.squareup.okhttp.CallissueSubscriptionsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueSubscriptionsApiResponse<java.util.List<User>>issueSubscriptionsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit)Get users who subscribed on an issue.java.util.List<TrackedTime>issueTrackedTimes(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit)List an issue's tracked timescom.squareup.okhttp.CallissueTrackedTimesAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<TrackedTime>> callback)List an issue's tracked times (asynchronously)com.squareup.okhttp.CallissueTrackedTimesCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener)Build call for issueTrackedTimesApiResponse<java.util.List<TrackedTime>>issueTrackedTimesWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit)List an issue's tracked timesvoidsetApiClient(ApiClient apiClient)
-
Constructor Details
-
Method Details
-
getApiClient
-
setApiClient
-
issueAddLabelCall
public com.squareup.okhttp.Call issueAddLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueAddLabel- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueAddLabel
public java.util.List<Label> issueAddLabel(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body) throws ApiExceptionAdd a label to an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)- Returns:
- List<Label>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueAddLabelWithHttpInfo
public ApiResponse<java.util.List<Label>> issueAddLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body) throws ApiExceptionAdd a label to an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)- Returns:
- ApiResponse<List<Label>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueAddLabelAsync
public com.squareup.okhttp.Call issueAddLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body, ApiCallback<java.util.List<Label>> callback) throws ApiExceptionAdd a label to an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueAddSubscriptionCall
public com.squareup.okhttp.Call issueAddSubscriptionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueAddSubscription- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- user to subscribe (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueAddSubscription
public void issueAddSubscription(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user) throws ApiExceptionSubscribe user to issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- user to subscribe (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueAddSubscriptionWithHttpInfo
public ApiResponse<java.lang.Void> issueAddSubscriptionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user) throws ApiExceptionSubscribe user to issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- user to subscribe (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueAddSubscriptionAsync
public com.squareup.okhttp.Call issueAddSubscriptionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, ApiCallback<java.lang.Void> callback) throws ApiExceptionSubscribe user to issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- user to subscribe (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueAddTimeCall
public com.squareup.okhttp.Call issueAddTimeCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueAddTime- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueAddTime
public TrackedTime issueAddTime(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body) throws ApiExceptionAdd tracked time to a issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)- Returns:
- TrackedTime
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueAddTimeWithHttpInfo
public ApiResponse<TrackedTime> issueAddTimeWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body) throws ApiExceptionAdd tracked time to a issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)- Returns:
- ApiResponse<TrackedTime>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueAddTimeAsync
public com.squareup.okhttp.Call issueAddTimeAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, AddTimeOption body, ApiCallback<TrackedTime> callback) throws ApiExceptionAdd tracked time to a issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueCheckSubscriptionCall
public com.squareup.okhttp.Call issueCheckSubscriptionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueCheckSubscription- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueCheckSubscription
public WatchInfo issueCheckSubscription(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionCheck if user is subscribed to an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)- Returns:
- WatchInfo
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCheckSubscriptionWithHttpInfo
public ApiResponse<WatchInfo> issueCheckSubscriptionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionCheck if user is subscribed to an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)- Returns:
- ApiResponse<WatchInfo>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCheckSubscriptionAsync
public com.squareup.okhttp.Call issueCheckSubscriptionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<WatchInfo> callback) throws ApiExceptionCheck if user is subscribed to an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueClearLabelsCall
public com.squareup.okhttp.Call issueClearLabelsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueClearLabels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueClearLabels
public void issueClearLabels(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionRemove all labels from an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueClearLabelsWithHttpInfo
public ApiResponse<java.lang.Void> issueClearLabelsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionRemove all labels from an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueClearLabelsAsync
public com.squareup.okhttp.Call issueClearLabelsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback) throws ApiExceptionRemove all labels from an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueCreateCommentCall
public com.squareup.okhttp.Call issueCreateCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueCreateComment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueCreateComment
public Comment issueCreateComment(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body) throws ApiExceptionAdd a comment to an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)- Returns:
- Comment
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCreateCommentWithHttpInfo
public ApiResponse<Comment> issueCreateCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body) throws ApiExceptionAdd a comment to an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)- Returns:
- ApiResponse<Comment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCreateCommentAsync
public com.squareup.okhttp.Call issueCreateCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, CreateIssueCommentOption body, ApiCallback<Comment> callback) throws ApiExceptionAdd a comment to an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueCreateIssueCall
public com.squareup.okhttp.Call issueCreateIssueCall(java.lang.String owner, java.lang.String repo, CreateIssueOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueCreateIssue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueCreateIssue
public Issue issueCreateIssue(java.lang.String owner, java.lang.String repo, CreateIssueOption body) throws ApiExceptionCreate an issue. If using deadline only the date will be taken into account, and time of day ignored.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)- Returns:
- Issue
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCreateIssueWithHttpInfo
public ApiResponse<Issue> issueCreateIssueWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateIssueOption body) throws ApiExceptionCreate an issue. If using deadline only the date will be taken into account, and time of day ignored.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)- Returns:
- ApiResponse<Issue>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCreateIssueAsync
public com.squareup.okhttp.Call issueCreateIssueAsync(java.lang.String owner, java.lang.String repo, CreateIssueOption body, ApiCallback<Issue> callback) throws ApiExceptionCreate an issue. If using deadline only the date will be taken into account, and time of day ignored. (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueCreateLabelCall
public com.squareup.okhttp.Call issueCreateLabelCall(java.lang.String owner, java.lang.String repo, CreateLabelOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueCreateLabel- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueCreateLabel
public Label issueCreateLabel(java.lang.String owner, java.lang.String repo, CreateLabelOption body) throws ApiExceptionCreate a label- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)- Returns:
- Label
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCreateLabelWithHttpInfo
public ApiResponse<Label> issueCreateLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateLabelOption body) throws ApiExceptionCreate a label- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)- Returns:
- ApiResponse<Label>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCreateLabelAsync
public com.squareup.okhttp.Call issueCreateLabelAsync(java.lang.String owner, java.lang.String repo, CreateLabelOption body, ApiCallback<Label> callback) throws ApiExceptionCreate a label (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueCreateMilestoneCall
public com.squareup.okhttp.Call issueCreateMilestoneCall(java.lang.String owner, java.lang.String repo, CreateMilestoneOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueCreateMilestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueCreateMilestone
public Milestone issueCreateMilestone(java.lang.String owner, java.lang.String repo, CreateMilestoneOption body) throws ApiExceptionCreate a milestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)- Returns:
- Milestone
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCreateMilestoneWithHttpInfo
public ApiResponse<Milestone> issueCreateMilestoneWithHttpInfo(java.lang.String owner, java.lang.String repo, CreateMilestoneOption body) throws ApiExceptionCreate a milestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)- Returns:
- ApiResponse<Milestone>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueCreateMilestoneAsync
public com.squareup.okhttp.Call issueCreateMilestoneAsync(java.lang.String owner, java.lang.String repo, CreateMilestoneOption body, ApiCallback<Milestone> callback) throws ApiExceptionCreate a milestone (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteCommentCall
public com.squareup.okhttp.Call issueDeleteCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueDeleteComment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of comment to delete (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteComment
public void issueDeleteComment(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionDelete a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of comment to delete (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteCommentWithHttpInfo
public ApiResponse<java.lang.Void> issueDeleteCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionDelete a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of comment to delete (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteCommentAsync
public com.squareup.okhttp.Call issueDeleteCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<java.lang.Void> callback) throws ApiExceptionDelete a comment (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of comment to delete (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteCommentDeprecatedCall
@Deprecated public com.squareup.okhttp.Call issueDeleteCommentDeprecatedCall(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionDeprecated.Build call for issueDeleteCommentDeprecated- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- this parameter is ignored (required)id- id of comment to delete (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteCommentDeprecated
@Deprecated public void issueDeleteCommentDeprecated(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id) throws ApiExceptionDeprecated.Delete a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- this parameter is ignored (required)id- id of comment to delete (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteCommentDeprecatedWithHttpInfo
@Deprecated public ApiResponse<java.lang.Void> issueDeleteCommentDeprecatedWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id) throws ApiExceptionDeprecated.Delete a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- this parameter is ignored (required)id- id of comment to delete (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteCommentDeprecatedAsync
@Deprecated public com.squareup.okhttp.Call issueDeleteCommentDeprecatedAsync(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, ApiCallback<java.lang.Void> callback) throws ApiExceptionDeprecated.Delete a comment (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- this parameter is ignored (required)id- id of comment to delete (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteCommentReactionCall
public com.squareup.okhttp.Call issueDeleteCommentReactionCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueDeleteCommentReaction- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)content- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteCommentReaction
public void issueDeleteCommentReaction(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content) throws ApiExceptionRemove a reaction from a comment of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)content- (optional)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteCommentReactionWithHttpInfo
public ApiResponse<java.lang.Void> issueDeleteCommentReactionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content) throws ApiExceptionRemove a reaction from a comment of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)content- (optional)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteCommentReactionAsync
public com.squareup.okhttp.Call issueDeleteCommentReactionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content, ApiCallback<java.lang.Void> callback) throws ApiExceptionRemove a reaction from a comment of an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)content- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteIssueReactionCall
public com.squareup.okhttp.Call issueDeleteIssueReactionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueDeleteIssueReaction- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)content- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteIssueReaction
public void issueDeleteIssueReaction(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content) throws ApiExceptionRemove a reaction from an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)content- (optional)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteIssueReactionWithHttpInfo
public ApiResponse<java.lang.Void> issueDeleteIssueReactionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content) throws ApiExceptionRemove a reaction from an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)content- (optional)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteIssueReactionAsync
public com.squareup.okhttp.Call issueDeleteIssueReactionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content, ApiCallback<java.lang.Void> callback) throws ApiExceptionRemove a reaction from an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)content- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteLabelCall
public com.squareup.okhttp.Call issueDeleteLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueDeleteLabel- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to delete (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteLabel
public void issueDeleteLabel(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionDelete a label- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to delete (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteLabelWithHttpInfo
public ApiResponse<java.lang.Void> issueDeleteLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionDelete a label- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to delete (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteLabelAsync
public com.squareup.okhttp.Call issueDeleteLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<java.lang.Void> callback) throws ApiExceptionDelete a label (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to delete (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteMilestoneCall
public com.squareup.okhttp.Call issueDeleteMilestoneCall(java.lang.String owner, java.lang.String repo, java.lang.String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueDeleteMilestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to delete, identified by ID and if not available by name (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteMilestone
public void issueDeleteMilestone(java.lang.String owner, java.lang.String repo, java.lang.String id) throws ApiExceptionDelete a milestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to delete, identified by ID and if not available by name (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteMilestoneWithHttpInfo
public ApiResponse<java.lang.Void> issueDeleteMilestoneWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String id) throws ApiExceptionDelete a milestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to delete, identified by ID and if not available by name (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteMilestoneAsync
public com.squareup.okhttp.Call issueDeleteMilestoneAsync(java.lang.String owner, java.lang.String repo, java.lang.String id, ApiCallback<java.lang.Void> callback) throws ApiExceptionDelete a milestone (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to delete, identified by ID and if not available by name (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteStopWatchCall
public com.squareup.okhttp.Call issueDeleteStopWatchCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueDeleteStopWatch- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to stop the stopwatch on (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteStopWatch
public void issueDeleteStopWatch(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionDelete an issue's existing stopwatch.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to stop the stopwatch on (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteStopWatchWithHttpInfo
public ApiResponse<java.lang.Void> issueDeleteStopWatchWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionDelete an issue's existing stopwatch.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to stop the stopwatch on (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteStopWatchAsync
public com.squareup.okhttp.Call issueDeleteStopWatchAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback) throws ApiExceptionDelete an issue's existing stopwatch. (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to stop the stopwatch on (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteSubscriptionCall
public com.squareup.okhttp.Call issueDeleteSubscriptionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueDeleteSubscription- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- user witch unsubscribe (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteSubscription
public void issueDeleteSubscription(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user) throws ApiExceptionUnsubscribe user from issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- user witch unsubscribe (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteSubscriptionWithHttpInfo
public ApiResponse<java.lang.Void> issueDeleteSubscriptionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user) throws ApiExceptionUnsubscribe user from issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- user witch unsubscribe (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteSubscriptionAsync
public com.squareup.okhttp.Call issueDeleteSubscriptionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, ApiCallback<java.lang.Void> callback) throws ApiExceptionUnsubscribe user from issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- user witch unsubscribe (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueDeleteTimeCall
public com.squareup.okhttp.Call issueDeleteTimeCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueDeleteTime- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)id- id of time to delete (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueDeleteTime
public void issueDeleteTime(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id) throws ApiExceptionDelete specific tracked time- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)id- id of time to delete (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteTimeWithHttpInfo
public ApiResponse<java.lang.Void> issueDeleteTimeWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id) throws ApiExceptionDelete specific tracked time- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)id- id of time to delete (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueDeleteTimeAsync
public com.squareup.okhttp.Call issueDeleteTimeAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ApiCallback<java.lang.Void> callback) throws ApiExceptionDelete specific tracked time (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)id- id of time to delete (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueEditCommentCall
public com.squareup.okhttp.Call issueEditCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditIssueCommentOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueEditComment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueEditComment
public Comment issueEditComment(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditIssueCommentOption body) throws ApiExceptionEdit a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)body- (optional)- Returns:
- Comment
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditCommentWithHttpInfo
public ApiResponse<Comment> issueEditCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditIssueCommentOption body) throws ApiExceptionEdit a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)body- (optional)- Returns:
- ApiResponse<Comment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditCommentAsync
public com.squareup.okhttp.Call issueEditCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditIssueCommentOption body, ApiCallback<Comment> callback) throws ApiExceptionEdit a comment (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueEditCommentDeprecatedCall
@Deprecated public com.squareup.okhttp.Call issueEditCommentDeprecatedCall(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, EditIssueCommentOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionDeprecated.Build call for issueEditCommentDeprecated- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- this parameter is ignored (required)id- id of the comment to edit (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueEditCommentDeprecated
@Deprecated public Comment issueEditCommentDeprecated(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, EditIssueCommentOption body) throws ApiExceptionDeprecated.Edit a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- this parameter is ignored (required)id- id of the comment to edit (required)body- (optional)- Returns:
- Comment
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditCommentDeprecatedWithHttpInfo
@Deprecated public ApiResponse<Comment> issueEditCommentDeprecatedWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, EditIssueCommentOption body) throws ApiExceptionDeprecated.Edit a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- this parameter is ignored (required)id- id of the comment to edit (required)body- (optional)- Returns:
- ApiResponse<Comment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditCommentDeprecatedAsync
@Deprecated public com.squareup.okhttp.Call issueEditCommentDeprecatedAsync(java.lang.String owner, java.lang.String repo, java.lang.Integer index, java.lang.Long id, EditIssueCommentOption body, ApiCallback<Comment> callback) throws ApiExceptionDeprecated.Edit a comment (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- this parameter is ignored (required)id- id of the comment to edit (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueEditIssueCall
public com.squareup.okhttp.Call issueEditIssueCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditIssueOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueEditIssue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to edit (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueEditIssue
public Issue issueEditIssue(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditIssueOption body) throws ApiExceptionEdit an issue. If using deadline only the date will be taken into account, and time of day ignored.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to edit (required)body- (optional)- Returns:
- Issue
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditIssueWithHttpInfo
public ApiResponse<Issue> issueEditIssueWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditIssueOption body) throws ApiExceptionEdit an issue. If using deadline only the date will be taken into account, and time of day ignored.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to edit (required)body- (optional)- Returns:
- ApiResponse<Issue>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditIssueAsync
public com.squareup.okhttp.Call issueEditIssueAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditIssueOption body, ApiCallback<Issue> callback) throws ApiExceptionEdit an issue. If using deadline only the date will be taken into account, and time of day ignored. (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to edit (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueEditIssueDeadlineCall
public com.squareup.okhttp.Call issueEditIssueDeadlineCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditDeadlineOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueEditIssueDeadline- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to create or update a deadline on (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueEditIssueDeadline
public IssueDeadline issueEditIssueDeadline(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditDeadlineOption body) throws ApiExceptionSet an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to create or update a deadline on (required)body- (optional)- Returns:
- IssueDeadline
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditIssueDeadlineWithHttpInfo
public ApiResponse<IssueDeadline> issueEditIssueDeadlineWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditDeadlineOption body) throws ApiExceptionSet an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to create or update a deadline on (required)body- (optional)- Returns:
- ApiResponse<IssueDeadline>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditIssueDeadlineAsync
public com.squareup.okhttp.Call issueEditIssueDeadlineAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditDeadlineOption body, ApiCallback<IssueDeadline> callback) throws ApiExceptionSet an issue deadline. If set to null, the deadline is deleted. If using deadline only the date will be taken into account, and time of day ignored. (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to create or update a deadline on (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueEditLabelCall
public com.squareup.okhttp.Call issueEditLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditLabelOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueEditLabel- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to edit (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueEditLabel
public Label issueEditLabel(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditLabelOption body) throws ApiExceptionUpdate a label- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to edit (required)body- (optional)- Returns:
- Label
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditLabelWithHttpInfo
public ApiResponse<Label> issueEditLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditLabelOption body) throws ApiExceptionUpdate a label- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to edit (required)body- (optional)- Returns:
- ApiResponse<Label>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditLabelAsync
public com.squareup.okhttp.Call issueEditLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditLabelOption body, ApiCallback<Label> callback) throws ApiExceptionUpdate a label (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to edit (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueEditMilestoneCall
public com.squareup.okhttp.Call issueEditMilestoneCall(java.lang.String owner, java.lang.String repo, java.lang.String id, EditMilestoneOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueEditMilestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to edit, identified by ID and if not available by name (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueEditMilestone
public Milestone issueEditMilestone(java.lang.String owner, java.lang.String repo, java.lang.String id, EditMilestoneOption body) throws ApiExceptionUpdate a milestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to edit, identified by ID and if not available by name (required)body- (optional)- Returns:
- Milestone
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditMilestoneWithHttpInfo
public ApiResponse<Milestone> issueEditMilestoneWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String id, EditMilestoneOption body) throws ApiExceptionUpdate a milestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to edit, identified by ID and if not available by name (required)body- (optional)- Returns:
- ApiResponse<Milestone>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueEditMilestoneAsync
public com.squareup.okhttp.Call issueEditMilestoneAsync(java.lang.String owner, java.lang.String repo, java.lang.String id, EditMilestoneOption body, ApiCallback<Milestone> callback) throws ApiExceptionUpdate a milestone (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to edit, identified by ID and if not available by name (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetCommentCall
public com.squareup.okhttp.Call issueGetCommentCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetComment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetComment
public Comment issueGetComment(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionGet a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment (required)- Returns:
- Comment
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetCommentWithHttpInfo
public ApiResponse<Comment> issueGetCommentWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionGet a comment- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment (required)- Returns:
- ApiResponse<Comment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetCommentAsync
public com.squareup.okhttp.Call issueGetCommentAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<Comment> callback) throws ApiExceptionGet a comment (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetCommentReactionsCall
public com.squareup.okhttp.Call issueGetCommentReactionsCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetCommentReactions- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetCommentReactions
public java.util.List<Reaction> issueGetCommentReactions(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionGet a list of reactions from a comment of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)- Returns:
- List<Reaction>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetCommentReactionsWithHttpInfo
public ApiResponse<java.util.List<Reaction>> issueGetCommentReactionsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionGet a list of reactions from a comment of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)- Returns:
- ApiResponse<List<Reaction>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetCommentReactionsAsync
public com.squareup.okhttp.Call issueGetCommentReactionsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<java.util.List<Reaction>> callback) throws ApiExceptionGet a list of reactions from a comment of an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetCommentsCall
public com.squareup.okhttp.Call issueGetCommentsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetComments- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)since- if provided, only comments updated since the specified time are returned. (optional)before- if provided, only comments updated before the provided time are returned. (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetComments
public java.util.List<Comment> issueGetComments(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before) throws ApiExceptionList all comments on an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)since- if provided, only comments updated since the specified time are returned. (optional)before- if provided, only comments updated before the provided time are returned. (optional)- Returns:
- List<Comment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetCommentsWithHttpInfo
public ApiResponse<java.util.List<Comment>> issueGetCommentsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before) throws ApiExceptionList all comments on an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)since- if provided, only comments updated since the specified time are returned. (optional)before- if provided, only comments updated before the provided time are returned. (optional)- Returns:
- ApiResponse<List<Comment>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetCommentsAsync
public com.squareup.okhttp.Call issueGetCommentsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, ApiCallback<java.util.List<Comment>> callback) throws ApiExceptionList all comments on an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)since- if provided, only comments updated since the specified time are returned. (optional)before- if provided, only comments updated before the provided time are returned. (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetIssueCall
public com.squareup.okhttp.Call issueGetIssueCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetIssue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to get (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetIssue
public Issue issueGetIssue(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionGet an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to get (required)- Returns:
- Issue
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetIssueWithHttpInfo
public ApiResponse<Issue> issueGetIssueWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionGet an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to get (required)- Returns:
- ApiResponse<Issue>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetIssueAsync
public com.squareup.okhttp.Call issueGetIssueAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<Issue> callback) throws ApiExceptionGet an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to get (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetIssueReactionsCall
public com.squareup.okhttp.Call issueGetIssueReactionsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetIssueReactions- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetIssueReactions
public java.util.List<Reaction> issueGetIssueReactions(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionGet a list reactions of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- List<Reaction>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetIssueReactionsWithHttpInfo
public ApiResponse<java.util.List<Reaction>> issueGetIssueReactionsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionGet a list reactions of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- ApiResponse<List<Reaction>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetIssueReactionsAsync
public com.squareup.okhttp.Call issueGetIssueReactionsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Reaction>> callback) throws ApiExceptionGet a list reactions of an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetLabelCall
public com.squareup.okhttp.Call issueGetLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetLabel- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to get (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetLabel
public Label issueGetLabel(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionGet a single label- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to get (required)- Returns:
- Label
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetLabelWithHttpInfo
public ApiResponse<Label> issueGetLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id) throws ApiExceptionGet a single label- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to get (required)- Returns:
- ApiResponse<Label>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetLabelAsync
public com.squareup.okhttp.Call issueGetLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, ApiCallback<Label> callback) throws ApiExceptionGet a single label (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the label to get (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetLabelsCall
public com.squareup.okhttp.Call issueGetLabelsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetLabels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetLabels
public java.util.List<Label> issueGetLabels(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionGet an issue's labels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)- Returns:
- List<Label>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetLabelsWithHttpInfo
public ApiResponse<java.util.List<Label>> issueGetLabelsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionGet an issue's labels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)- Returns:
- ApiResponse<List<Label>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetLabelsAsync
public com.squareup.okhttp.Call issueGetLabelsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.util.List<Label>> callback) throws ApiExceptionGet an issue's labels (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetMilestoneCall
public com.squareup.okhttp.Call issueGetMilestoneCall(java.lang.String owner, java.lang.String repo, java.lang.String id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetMilestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to get, identified by ID and if not available by name (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetMilestone
public Milestone issueGetMilestone(java.lang.String owner, java.lang.String repo, java.lang.String id) throws ApiExceptionGet a milestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to get, identified by ID and if not available by name (required)- Returns:
- Milestone
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetMilestoneWithHttpInfo
public ApiResponse<Milestone> issueGetMilestoneWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String id) throws ApiExceptionGet a milestone- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to get, identified by ID and if not available by name (required)- Returns:
- ApiResponse<Milestone>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetMilestoneAsync
public com.squareup.okhttp.Call issueGetMilestoneAsync(java.lang.String owner, java.lang.String repo, java.lang.String id, ApiCallback<Milestone> callback) throws ApiExceptionGet a milestone (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- the milestone to get, identified by ID and if not available by name (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetMilestonesListCall
public com.squareup.okhttp.Call issueGetMilestonesListCall(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String name, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetMilestonesList- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)state- Milestone state, Recognised values are open, closed and all. Defaults to \"open\" (optional)name- filter by milestone name (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetMilestonesList
public java.util.List<Milestone> issueGetMilestonesList(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String name, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionGet all of a repository's opened milestones- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)state- Milestone state, Recognised values are open, closed and all. Defaults to \"open\" (optional)name- filter by milestone name (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- List<Milestone>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetMilestonesListWithHttpInfo
public ApiResponse<java.util.List<Milestone>> issueGetMilestonesListWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String name, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionGet all of a repository's opened milestones- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)state- Milestone state, Recognised values are open, closed and all. Defaults to \"open\" (optional)name- filter by milestone name (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- ApiResponse<List<Milestone>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetMilestonesListAsync
public com.squareup.okhttp.Call issueGetMilestonesListAsync(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String name, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Milestone>> callback) throws ApiExceptionGet all of a repository's opened milestones (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)state- Milestone state, Recognised values are open, closed and all. Defaults to \"open\" (optional)name- filter by milestone name (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueGetRepoCommentsCall
public com.squareup.okhttp.Call issueGetRepoCommentsCall(java.lang.String owner, java.lang.String repo, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueGetRepoComments- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)since- if provided, only comments updated since the provided time are returned. (optional)before- if provided, only comments updated before the provided time are returned. (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueGetRepoComments
public java.util.List<Comment> issueGetRepoComments(java.lang.String owner, java.lang.String repo, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionList all comments in a repository- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)since- if provided, only comments updated since the provided time are returned. (optional)before- if provided, only comments updated before the provided time are returned. (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- List<Comment>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetRepoCommentsWithHttpInfo
public ApiResponse<java.util.List<Comment>> issueGetRepoCommentsWithHttpInfo(java.lang.String owner, java.lang.String repo, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionList all comments in a repository- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)since- if provided, only comments updated since the provided time are returned. (optional)before- if provided, only comments updated before the provided time are returned. (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- ApiResponse<List<Comment>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueGetRepoCommentsAsync
public com.squareup.okhttp.Call issueGetRepoCommentsAsync(java.lang.String owner, java.lang.String repo, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Comment>> callback) throws ApiExceptionList all comments in a repository (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)since- if provided, only comments updated since the provided time are returned. (optional)before- if provided, only comments updated before the provided time are returned. (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueListIssuesCall
public com.squareup.okhttp.Call issueListIssuesCall(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String labels, java.lang.String q, java.lang.String type, java.lang.String milestones, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.String createdBy, java.lang.String assignedBy, java.lang.String mentionedBy, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueListIssues- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)state- whether issue is open or closed (optional)labels- comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded (optional)q- search string (optional)type- filter by type (issues / pulls) if set (optional)milestones- comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded (optional)since- Only show notifications updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show notifications updated before the given time. This is a timestamp in RFC 3339 format (optional)createdBy- filter (issues / pulls) created to (optional)assignedBy- filter (issues / pulls) assigned to (optional)mentionedBy- filter (issues / pulls) mentioning to (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueListIssues
public java.util.List<Issue> issueListIssues(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String labels, java.lang.String q, java.lang.String type, java.lang.String milestones, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.String createdBy, java.lang.String assignedBy, java.lang.String mentionedBy, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionList a repository's issues- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)state- whether issue is open or closed (optional)labels- comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded (optional)q- search string (optional)type- filter by type (issues / pulls) if set (optional)milestones- comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded (optional)since- Only show notifications updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show notifications updated before the given time. This is a timestamp in RFC 3339 format (optional)createdBy- filter (issues / pulls) created to (optional)assignedBy- filter (issues / pulls) assigned to (optional)mentionedBy- filter (issues / pulls) mentioning to (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- List<Issue>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueListIssuesWithHttpInfo
public ApiResponse<java.util.List<Issue>> issueListIssuesWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String labels, java.lang.String q, java.lang.String type, java.lang.String milestones, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.String createdBy, java.lang.String assignedBy, java.lang.String mentionedBy, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionList a repository's issues- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)state- whether issue is open or closed (optional)labels- comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded (optional)q- search string (optional)type- filter by type (issues / pulls) if set (optional)milestones- comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded (optional)since- Only show notifications updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show notifications updated before the given time. This is a timestamp in RFC 3339 format (optional)createdBy- filter (issues / pulls) created to (optional)assignedBy- filter (issues / pulls) assigned to (optional)mentionedBy- filter (issues / pulls) mentioning to (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- ApiResponse<List<Issue>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueListIssuesAsync
public com.squareup.okhttp.Call issueListIssuesAsync(java.lang.String owner, java.lang.String repo, java.lang.String state, java.lang.String labels, java.lang.String q, java.lang.String type, java.lang.String milestones, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.String createdBy, java.lang.String assignedBy, java.lang.String mentionedBy, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Issue>> callback) throws ApiExceptionList a repository's issues (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)state- whether issue is open or closed (optional)labels- comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded (optional)q- search string (optional)type- filter by type (issues / pulls) if set (optional)milestones- comma separated list of milestone names or ids. It uses names and fall back to ids. Fetch only issues that have any of this milestones. Non existent milestones are discarded (optional)since- Only show notifications updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show notifications updated before the given time. This is a timestamp in RFC 3339 format (optional)createdBy- filter (issues / pulls) created to (optional)assignedBy- filter (issues / pulls) assigned to (optional)mentionedBy- filter (issues / pulls) mentioning to (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueListLabelsCall
public com.squareup.okhttp.Call issueListLabelsCall(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueListLabels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueListLabels
public java.util.List<Label> issueListLabels(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionGet all of a repository's labels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- List<Label>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueListLabelsWithHttpInfo
public ApiResponse<java.util.List<Label>> issueListLabelsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionGet all of a repository's labels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- ApiResponse<List<Label>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueListLabelsAsync
public com.squareup.okhttp.Call issueListLabelsAsync(java.lang.String owner, java.lang.String repo, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Label>> callback) throws ApiExceptionGet all of a repository's labels (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issuePostCommentReactionCall
public com.squareup.okhttp.Call issuePostCommentReactionCall(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issuePostCommentReaction- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)content- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issuePostCommentReaction
public Reaction issuePostCommentReaction(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content) throws ApiExceptionAdd a reaction to a comment of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)content- (optional)- Returns:
- Reaction
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issuePostCommentReactionWithHttpInfo
public ApiResponse<Reaction> issuePostCommentReactionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content) throws ApiExceptionAdd a reaction to a comment of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)content- (optional)- Returns:
- ApiResponse<Reaction>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issuePostCommentReactionAsync
public com.squareup.okhttp.Call issuePostCommentReactionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long id, EditReactionOption content, ApiCallback<Reaction> callback) throws ApiExceptionAdd a reaction to a comment of an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)id- id of the comment to edit (required)content- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issuePostIssueReactionCall
public com.squareup.okhttp.Call issuePostIssueReactionCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issuePostIssueReaction- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)content- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issuePostIssueReaction
public Reaction issuePostIssueReaction(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content) throws ApiExceptionAdd a reaction to an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)content- (optional)- Returns:
- Reaction
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issuePostIssueReactionWithHttpInfo
public ApiResponse<Reaction> issuePostIssueReactionWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content) throws ApiExceptionAdd a reaction to an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)content- (optional)- Returns:
- ApiResponse<Reaction>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issuePostIssueReactionAsync
public com.squareup.okhttp.Call issuePostIssueReactionAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, EditReactionOption content, ApiCallback<Reaction> callback) throws ApiExceptionAdd a reaction to an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)content- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueRemoveLabelCall
public com.squareup.okhttp.Call issueRemoveLabelCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueRemoveLabel- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)id- id of the label to remove (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueRemoveLabel
public void issueRemoveLabel(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id) throws ApiExceptionRemove a label from an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)id- id of the label to remove (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueRemoveLabelWithHttpInfo
public ApiResponse<java.lang.Void> issueRemoveLabelWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id) throws ApiExceptionRemove a label from an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)id- id of the label to remove (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueRemoveLabelAsync
public com.squareup.okhttp.Call issueRemoveLabelAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Long id, ApiCallback<java.lang.Void> callback) throws ApiExceptionRemove a label from an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)id- id of the label to remove (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueReplaceLabelsCall
public com.squareup.okhttp.Call issueReplaceLabelsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueReplaceLabels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueReplaceLabels
public java.util.List<Label> issueReplaceLabels(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body) throws ApiExceptionReplace an issue's labels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)- Returns:
- List<Label>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueReplaceLabelsWithHttpInfo
public ApiResponse<java.util.List<Label>> issueReplaceLabelsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body) throws ApiExceptionReplace an issue's labels- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)- Returns:
- ApiResponse<List<Label>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueReplaceLabelsAsync
public com.squareup.okhttp.Call issueReplaceLabelsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, IssueLabelsOption body, ApiCallback<java.util.List<Label>> callback) throws ApiExceptionReplace an issue's labels (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)body- (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueResetTimeCall
public com.squareup.okhttp.Call issueResetTimeCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueResetTime- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to add tracked time to (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueResetTime
public void issueResetTime(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionReset a tracked time of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to add tracked time to (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueResetTimeWithHttpInfo
public ApiResponse<java.lang.Void> issueResetTimeWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionReset a tracked time of an issue- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to add tracked time to (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueResetTimeAsync
public com.squareup.okhttp.Call issueResetTimeAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback) throws ApiExceptionReset a tracked time of an issue (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to add tracked time to (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueSearchIssuesCall
public com.squareup.okhttp.Call issueSearchIssuesCall(java.lang.String state, java.lang.String labels, java.lang.String milestones, java.lang.String q, java.lang.Long priorityRepoId, java.lang.String type, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Boolean assigned, java.lang.Boolean created, java.lang.Boolean mentioned, java.lang.Boolean reviewRequested, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueSearchIssues- Parameters:
state- whether issue is open or closed (optional)labels- comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded (optional)milestones- comma separated list of milestone names. Fetch only issues that have any of this milestones. Non existent are discarded (optional)q- search string (optional)priorityRepoId- repository to prioritize in the results (optional)type- filter by type (issues / pulls) if set (optional)since- Only show notifications updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show notifications updated before the given time. This is a timestamp in RFC 3339 format (optional)assigned- filter (issues / pulls) assigned to you, default is false (optional)created- filter (issues / pulls) created by you, default is false (optional)mentioned- filter (issues / pulls) mentioning you, default is false (optional)reviewRequested- filter pulls requesting your review, default is false (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueSearchIssues
public java.util.List<Issue> issueSearchIssues(java.lang.String state, java.lang.String labels, java.lang.String milestones, java.lang.String q, java.lang.Long priorityRepoId, java.lang.String type, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Boolean assigned, java.lang.Boolean created, java.lang.Boolean mentioned, java.lang.Boolean reviewRequested, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionSearch for issues across the repositories that the user has access to- Parameters:
state- whether issue is open or closed (optional)labels- comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded (optional)milestones- comma separated list of milestone names. Fetch only issues that have any of this milestones. Non existent are discarded (optional)q- search string (optional)priorityRepoId- repository to prioritize in the results (optional)type- filter by type (issues / pulls) if set (optional)since- Only show notifications updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show notifications updated before the given time. This is a timestamp in RFC 3339 format (optional)assigned- filter (issues / pulls) assigned to you, default is false (optional)created- filter (issues / pulls) created by you, default is false (optional)mentioned- filter (issues / pulls) mentioning you, default is false (optional)reviewRequested- filter pulls requesting your review, default is false (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- List<Issue>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueSearchIssuesWithHttpInfo
public ApiResponse<java.util.List<Issue>> issueSearchIssuesWithHttpInfo(java.lang.String state, java.lang.String labels, java.lang.String milestones, java.lang.String q, java.lang.Long priorityRepoId, java.lang.String type, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Boolean assigned, java.lang.Boolean created, java.lang.Boolean mentioned, java.lang.Boolean reviewRequested, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionSearch for issues across the repositories that the user has access to- Parameters:
state- whether issue is open or closed (optional)labels- comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded (optional)milestones- comma separated list of milestone names. Fetch only issues that have any of this milestones. Non existent are discarded (optional)q- search string (optional)priorityRepoId- repository to prioritize in the results (optional)type- filter by type (issues / pulls) if set (optional)since- Only show notifications updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show notifications updated before the given time. This is a timestamp in RFC 3339 format (optional)assigned- filter (issues / pulls) assigned to you, default is false (optional)created- filter (issues / pulls) created by you, default is false (optional)mentioned- filter (issues / pulls) mentioning you, default is false (optional)reviewRequested- filter pulls requesting your review, default is false (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- ApiResponse<List<Issue>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueSearchIssuesAsync
public com.squareup.okhttp.Call issueSearchIssuesAsync(java.lang.String state, java.lang.String labels, java.lang.String milestones, java.lang.String q, java.lang.Long priorityRepoId, java.lang.String type, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Boolean assigned, java.lang.Boolean created, java.lang.Boolean mentioned, java.lang.Boolean reviewRequested, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<Issue>> callback) throws ApiExceptionSearch for issues across the repositories that the user has access to (asynchronously)- Parameters:
state- whether issue is open or closed (optional)labels- comma separated list of labels. Fetch only issues that have any of this labels. Non existent labels are discarded (optional)milestones- comma separated list of milestone names. Fetch only issues that have any of this milestones. Non existent are discarded (optional)q- search string (optional)priorityRepoId- repository to prioritize in the results (optional)type- filter by type (issues / pulls) if set (optional)since- Only show notifications updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show notifications updated before the given time. This is a timestamp in RFC 3339 format (optional)assigned- filter (issues / pulls) assigned to you, default is false (optional)created- filter (issues / pulls) created by you, default is false (optional)mentioned- filter (issues / pulls) mentioning you, default is false (optional)reviewRequested- filter pulls requesting your review, default is false (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueStartStopWatchCall
public com.squareup.okhttp.Call issueStartStopWatchCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueStartStopWatch- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to create the stopwatch on (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueStartStopWatch
public void issueStartStopWatch(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionStart stopwatch on an issue.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to create the stopwatch on (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueStartStopWatchWithHttpInfo
public ApiResponse<java.lang.Void> issueStartStopWatchWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionStart stopwatch on an issue.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to create the stopwatch on (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueStartStopWatchAsync
public com.squareup.okhttp.Call issueStartStopWatchAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback) throws ApiExceptionStart stopwatch on an issue. (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to create the stopwatch on (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueStopStopWatchCall
public com.squareup.okhttp.Call issueStopStopWatchCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueStopStopWatch- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to stop the stopwatch on (required)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueStopStopWatch
public void issueStopStopWatch(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionStop an issue's existing stopwatch.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to stop the stopwatch on (required)- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueStopStopWatchWithHttpInfo
public ApiResponse<java.lang.Void> issueStopStopWatchWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index) throws ApiExceptionStop an issue's existing stopwatch.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to stop the stopwatch on (required)- Returns:
- ApiResponse<Void>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueStopStopWatchAsync
public com.squareup.okhttp.Call issueStopStopWatchAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, ApiCallback<java.lang.Void> callback) throws ApiExceptionStop an issue's existing stopwatch. (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue to stop the stopwatch on (required)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueSubscriptionsCall
public com.squareup.okhttp.Call issueSubscriptionsCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueSubscriptions- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueSubscriptions
public java.util.List<User> issueSubscriptions(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionGet users who subscribed on an issue.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- List<User>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueSubscriptionsWithHttpInfo
public ApiResponse<java.util.List<User>> issueSubscriptionsWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionGet users who subscribed on an issue.- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- ApiResponse<List<User>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueSubscriptionsAsync
public com.squareup.okhttp.Call issueSubscriptionsAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<User>> callback) throws ApiExceptionGet users who subscribed on an issue. (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)page- page number of results to return (1-based) (optional)limit- page size of results (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-
issueTrackedTimesCall
public com.squareup.okhttp.Call issueTrackedTimesCall(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiExceptionBuild call for issueTrackedTimes- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- optional filter by user (available for issue managers) (optional)since- Only show times updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show times updated before the given time. This is a timestamp in RFC 3339 format (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)progressListener- Progress listenerprogressRequestListener- Progress request listener- Returns:
- Call to execute
- Throws:
ApiException- If fail to serialize the request body object
-
issueTrackedTimes
public java.util.List<TrackedTime> issueTrackedTimes(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionList an issue's tracked times- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- optional filter by user (available for issue managers) (optional)since- Only show times updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show times updated before the given time. This is a timestamp in RFC 3339 format (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- List<TrackedTime>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueTrackedTimesWithHttpInfo
public ApiResponse<java.util.List<TrackedTime>> issueTrackedTimesWithHttpInfo(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit) throws ApiExceptionList an issue's tracked times- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- optional filter by user (available for issue managers) (optional)since- Only show times updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show times updated before the given time. This is a timestamp in RFC 3339 format (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)- Returns:
- ApiResponse<List<TrackedTime>>
- Throws:
ApiException- If fail to call the API, e.g. server error or cannot deserialize the response body
-
issueTrackedTimesAsync
public com.squareup.okhttp.Call issueTrackedTimesAsync(java.lang.String owner, java.lang.String repo, java.lang.Long index, java.lang.String user, org.threeten.bp.OffsetDateTime since, org.threeten.bp.OffsetDateTime before, java.lang.Integer page, java.lang.Integer limit, ApiCallback<java.util.List<TrackedTime>> callback) throws ApiExceptionList an issue's tracked times (asynchronously)- Parameters:
owner- owner of the repo (required)repo- name of the repo (required)index- index of the issue (required)user- optional filter by user (available for issue managers) (optional)since- Only show times updated after the given time. This is a timestamp in RFC 3339 format (optional)before- Only show times updated before the given time. This is a timestamp in RFC 3339 format (optional)page- page number of results to return (1-based) (optional)limit- page size of results (optional)callback- The callback to be executed when the API call finishes- Returns:
- The request call
- Throws:
ApiException- If fail to process the API call, e.g. serializing the request body object
-