Share via


IApiIssueCommentOperations Interface

Definition

ApiIssueCommentOperations operations.

public interface IApiIssueCommentOperations
type IApiIssueCommentOperations = interface
Public Interface IApiIssueCommentOperations

Methods

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, IssueCommentContract, String, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Deletes the specified comment from an Issue.

GetEntityTagWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServiceNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByServiceWithHttpMessagesAsync(String, String, String, String, ODataQuery<IssueCommentContract>, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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