Table of Contents

Class WithAccountItemRequestBuilder

Namespace
Autodesk.ACC.CostManagement.Accounts.Item
Assembly
Autodesk.ACC.CostManagement.dll

Builds and executes requests for operations under \accounts{accountId}

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

Constructors

WithAccountItemRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new WithAccountItemRequestBuilder and sets the default values.

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

WithAccountItemRequestBuilder(string, IRequestAdapter)

Instantiates a new WithAccountItemRequestBuilder and sets the default values.

public WithAccountItemRequestBuilder(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

WebhookAuthorize

The webhookAuthorize property

public WebhookAuthorizeRequestBuilder WebhookAuthorize { get; }

Property Value

WebhookAuthorizeRequestBuilder