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
-
BaseRequestBuilderWithAccountItemRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.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
IRequestAdapterThe 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
stringThe raw URL to use for the request builder.
requestAdapter
IRequestAdapterThe request adapter to use to execute the requests.
Properties
Companies
The companies property
public CompaniesRequestBuilder Companies { get; }
Property Value
CompaniesImport
The companiesImport property
public CompaniesImportRequestBuilder CompaniesImport { get; }
Property Value
Projects
The projects property
public ProjectsRequestBuilder Projects { get; }
Property Value
Users
The users property
public UsersRequestBuilder Users { get; }
Property Value
UsersImport
The usersImport property
public UsersImportRequestBuilder UsersImport { get; }