Table of Contents

Class ContainersRequestBuilder

Namespace
Autodesk.ACC.RFIs.V2.Containers
Assembly
Autodesk.ACC.RFIs.dll

Builds and executes requests for operations under \v2\containers

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

Constructors

ContainersRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new ContainersRequestBuilder and sets the default values.

public ContainersRequestBuilder(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.

ContainersRequestBuilder(string, IRequestAdapter)

Instantiates a new ContainersRequestBuilder and sets the default values.

public ContainersRequestBuilder(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.

Properties

this[string]

Gets an item from the Autodesk.ACC.RFIs.v2.containers.item collection

public WithContainerItemRequestBuilder this[string position] { get; }

Parameters

position string

The ID of the container. Each project is assigned a container that stores all the RFIs for the project. To find the ID, see the Retrieve a Container ID tutorial BIM 360</en/docs/bim360/v1/tutorials/retrieve-rfis-container-id/>_ ACC</en/docs/acc/v1/tutorials/retrieve-rfis-container-id/>_.

Property Value

WithContainerItemRequestBuilder

A WithContainerItemRequestBuilder