Table of Contents

Class WithAccountItemRequestBuilder

Namespace
Autodesk.ACC.AccountAdmin.Accounts.Item
Assembly
Autodesk.ACC.AccountAdmin.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

Companies

The companies property

public CompaniesRequestBuilder Companies { get; }

Property Value

CompaniesRequestBuilder

CompaniesImport

The companiesImport property

public CompaniesImportRequestBuilder CompaniesImport { get; }

Property Value

CompaniesImportRequestBuilder

Projects

The projects property

public ProjectsRequestBuilder Projects { get; }

Property Value

ProjectsRequestBuilder

Users

The users property

public UsersRequestBuilder Users { get; }

Property Value

UsersRequestBuilder

UsersImport

The usersImport property

public UsersImportRequestBuilder UsersImport { get; }

Property Value

UsersImportRequestBuilder