Table of Contents

Class WithAssociationItemRequestBuilder

Namespace
Autodesk.ACC.CostManagement.V1.Projects.Item.Workflows.Item.Item
Assembly
Autodesk.ACC.CostManagement.dll

Builds and executes requests for operations under \v1\projects{projectId}\workflows{associationType}{associationId}

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

Constructors

WithAssociationItemRequestBuilder(Dictionary<string, object>, IRequestAdapter)

Instantiates a new WithAssociationItemRequestBuilder and sets the default values.

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

WithAssociationItemRequestBuilder(string, IRequestAdapter)

Instantiates a new WithAssociationItemRequestBuilder and sets the default values.

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

Actions

The actions property

public ActionsRequestBuilder Actions { get; }

Property Value

ActionsRequestBuilder