Share via


ApiIssueCommentOperationsExtensions Class

Definition

Extension methods for ApiIssueCommentOperations.

public static class ApiIssueCommentOperationsExtensions
type ApiIssueCommentOperationsExtensions = class
Public Module ApiIssueCommentOperationsExtensions
Inheritance
ApiIssueCommentOperationsExtensions

Methods

CreateOrUpdate(IApiIssueCommentOperations, String, String, String, String, String, IssueCommentContract, String)

Creates a new Comment for the Issue in an API or updates an existing one.

CreateOrUpdateAsync(IApiIssueCommentOperations, String, String, String, String, String, IssueCommentContract, String, CancellationToken)

Creates a new Comment for the Issue in an API or updates an existing one.

Delete(IApiIssueCommentOperations, String, String, String, String, String, String)

Deletes the specified comment from an Issue.

DeleteAsync(IApiIssueCommentOperations, String, String, String, String, String, String, CancellationToken)

Deletes the specified comment from an Issue.

Get(IApiIssueCommentOperations, String, String, String, String, String)

Gets the details of the issue Comment for an API specified by its identifier.

GetAsync(IApiIssueCommentOperations, String, String, String, String, String, CancellationToken)

Gets the details of the issue Comment for an API specified by its identifier.

GetEntityTag(IApiIssueCommentOperations, String, String, String, String, String)

Gets the entity state (Etag) version of the issue Comment for an API specified by its identifier.

GetEntityTagAsync(IApiIssueCommentOperations, String, String, String, String, String, CancellationToken)

Gets the entity state (Etag) version of the issue Comment for an API specified by its identifier.

ListByService(IApiIssueCommentOperations, String, String, String, String, ODataQuery<IssueCommentContract>)

Lists all comments for the Issue associated with the specified API.

ListByServiceAsync(IApiIssueCommentOperations, String, String, String, String, ODataQuery<IssueCommentContract>, CancellationToken)

Lists all comments for the Issue associated with the specified API.

ListByServiceNext(IApiIssueCommentOperations, String)

Lists all comments for the Issue associated with the specified API.

ListByServiceNextAsync(IApiIssueCommentOperations, String, CancellationToken)

Lists all comments for the Issue associated with the specified API.

Applies to