Table of Contents

Class WithAttachmentItemRequestBuilder

Namespace
Autodesk.ACC.RFIs.V2.Containers.Item.Rfis.Item.Attachments.Item
Assembly
Autodesk.ACC.RFIs.dll

Builds and executes requests for operations under \v2\containers{containerId}\rfis{rfiId}\attachments{attachmentId}

public class WithAttachmentItemRequestBuilder : BaseRequestBuilder
Inheritance
BaseRequestBuilder
WithAttachmentItemRequestBuilder
Inherited Members
BaseRequestBuilder.PathParameters
BaseRequestBuilder.RequestAdapter
BaseRequestBuilder.UrlTemplate

Constructors

WithAttachmentItemRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new WithAttachmentItemRequestBuilder and sets the default values.

public WithAttachmentItemRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter)

Parameters

pathParameters Dictionary<string, object>

Path parameters for the request

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

WithAttachmentItemRequestBuilder(string, IRequestAdapter)

Instantiates a new WithAttachmentItemRequestBuilder and sets the default values.

public WithAttachmentItemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter)

Parameters

rawUrl string

The raw URL to use for the request builder.

requestAdapter IRequestAdapter

The request adapter to use to execute the requests.

Methods

DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters>>?, CancellationToken)

Deletes an attachment from an RFI.Note that an attachment can only be deleted by an account admin or by the user who created the attachment... include:: ../../../../_snippets/not-forward-compatible.rst

public Task DeleteAsync(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)

Parameters

requestConfiguration Action<RequestConfiguration<DefaultQueryParameters>>

Configuration for the request such as headers, query parameters, and middleware options.

cancellationToken CancellationToken

Cancellation token to use when cancelling requests

Returns

Task

Exceptions

ErrorResponse

When receiving a 400 status code

ToDeleteRequestInformation(Action<RequestConfiguration<DefaultQueryParameters>>?)

Deletes an attachment from an RFI.Note that an attachment can only be deleted by an account admin or by the user who created the attachment... include:: ../../../../_snippets/not-forward-compatible.rst

public RequestInformation ToDeleteRequestInformation(Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null)

Parameters

requestConfiguration Action<RequestConfiguration<DefaultQueryParameters>>

Configuration for the request such as headers, query parameters, and middleware options.

Returns

RequestInformation

A Microsoft.Kiota.Abstractions.RequestInformation

WithUrl(string)

Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.

public WithAttachmentItemRequestBuilder WithUrl(string rawUrl)

Parameters

rawUrl string

The raw URL to use for the request builder.

Returns

WithAttachmentItemRequestBuilder

A WithAttachmentItemRequestBuilder