Share via


ApiIssueAttachmentOperationsExtensions Class

Definition

Extension methods for ApiIssueAttachmentOperations.

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

Methods

CreateOrUpdate(IApiIssueAttachmentOperations, String, String, String, String, String, IssueAttachmentContract, String)

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

CreateOrUpdateAsync(IApiIssueAttachmentOperations, String, String, String, String, String, IssueAttachmentContract, String, CancellationToken)

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

Delete(IApiIssueAttachmentOperations, String, String, String, String, String, String)

Deletes the specified comment from an Issue.

DeleteAsync(IApiIssueAttachmentOperations, String, String, String, String, String, String, CancellationToken)

Deletes the specified comment from an Issue.

Get(IApiIssueAttachmentOperations, String, String, String, String, String)

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

GetAsync(IApiIssueAttachmentOperations, String, String, String, String, String, CancellationToken)

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

GetEntityTag(IApiIssueAttachmentOperations, String, String, String, String, String)

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

GetEntityTagAsync(IApiIssueAttachmentOperations, String, String, String, String, String, CancellationToken)

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

ListByService(IApiIssueAttachmentOperations, String, String, String, String, ODataQuery<IssueAttachmentContract>)

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

ListByServiceAsync(IApiIssueAttachmentOperations, String, String, String, String, ODataQuery<IssueAttachmentContract>, CancellationToken)

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

ListByServiceNext(IApiIssueAttachmentOperations, String)

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

ListByServiceNextAsync(IApiIssueAttachmentOperations, String, CancellationToken)

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

Applies to