Class WithAssociationItemRequestBuilder
- Assembly
- Autodesk.ACC.CostManagement.dll
Builds and executes requests for operations under \v1\projects{projectId}\workflows{associationType}{associationId}
public class WithAssociationItemRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderWithAssociationItemRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.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
IRequestAdapterThe 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
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Properties
Actions
The actions property
public ActionsRequestBuilder Actions { get; }