Class ScheduleOfValuesSearchRequestBuilder
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.ScheduleOfValues.Search
- Assembly
- Autodesk.ACC.CostManagement.dll
Builds and executes requests for operations under \v1\projects{projectId}\schedule-of-values:search
public class ScheduleOfValuesSearchRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderScheduleOfValuesSearchRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
ScheduleOfValuesSearchRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new ScheduleOfValuesSearchRequestBuilder and sets the default values.
public ScheduleOfValuesSearchRequestBuilder(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.
ScheduleOfValuesSearchRequestBuilder(string, IRequestAdapter)
Instantiates a new ScheduleOfValuesSearchRequestBuilder and sets the default values.
public ScheduleOfValuesSearchRequestBuilder(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.
Methods
PostAsync(ScheduleOfValuesSearchPostRequestBody, Action<RequestConfiguration<ScheduleOfValuesSearchRequestBuilderPostQueryParameters>>?, CancellationToken)
Returns all the SOVs in a specific project.
public Task<List<SOV>?> PostAsync(ScheduleOfValuesSearchPostRequestBody body, Action<RequestConfiguration<ScheduleOfValuesSearchRequestBuilder.ScheduleOfValuesSearchRequestBuilderPostQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)
Parameters
body
ScheduleOfValuesSearchPostRequestBodyThe request body
requestConfiguration
Action<RequestConfiguration<ScheduleOfValuesSearchRequestBuilder.ScheduleOfValuesSearchRequestBuilderPostQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
cancellationToken
CancellationTokenCancellation token to use when cancelling requests
Returns
Exceptions
- DefinedError
When receiving a 400 status code
- Error
When receiving a 401 status code
- Error
When receiving a 403 status code
- Error
When receiving a 404 status code
- Error
When receiving a 500 status code
- Error
When receiving a 503 status code
ToPostRequestInformation(ScheduleOfValuesSearchPostRequestBody, Action<RequestConfiguration<ScheduleOfValuesSearchRequestBuilderPostQueryParameters>>?)
Returns all the SOVs in a specific project.
public RequestInformation ToPostRequestInformation(ScheduleOfValuesSearchPostRequestBody body, Action<RequestConfiguration<ScheduleOfValuesSearchRequestBuilder.ScheduleOfValuesSearchRequestBuilderPostQueryParameters>>? requestConfiguration = null)
Parameters
body
ScheduleOfValuesSearchPostRequestBodyThe request body
requestConfiguration
Action<RequestConfiguration<ScheduleOfValuesSearchRequestBuilder.ScheduleOfValuesSearchRequestBuilderPostQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
Returns
- RequestInformation
A Microsoft.Kiota.Abstractions.RequestInformation
WithUrl(string)
Returns a request builder with the provided arbitrary URL. Using this method means any other path or query parameters are ignored.
public ScheduleOfValuesSearchRequestBuilder WithUrl(string rawUrl)
Parameters
rawUrl
stringThe raw URL to use for the request builder.