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
-
BaseRequestBuilderWithAttachmentItemRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.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
IRequestAdapterThe 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
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe 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
CancellationTokenCancellation token to use when cancelling requests
Returns
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
stringThe raw URL to use for the request builder.