Class EmailNotificationsRequestBuilder
- Namespace
- Autodesk.ACC.CostManagement.V1.Projects.Item.EmailNotifications
- Assembly
- Autodesk.ACC.CostManagement.dll
Builds and executes requests for operations under \v1\projects{projectId}\email-notifications
public class EmailNotificationsRequestBuilder : BaseRequestBuilder
- Inheritance
-
BaseRequestBuilderEmailNotificationsRequestBuilder
- Inherited Members
-
BaseRequestBuilder.PathParametersBaseRequestBuilder.RequestAdapterBaseRequestBuilder.UrlTemplate
Constructors
EmailNotificationsRequestBuilder(Dictionary<string, object>, IRequestAdapter)
Instantiates a new EmailNotificationsRequestBuilder and sets the default values.
public EmailNotificationsRequestBuilder(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.
EmailNotificationsRequestBuilder(string, IRequestAdapter)
Instantiates a new EmailNotificationsRequestBuilder and sets the default values.
public EmailNotificationsRequestBuilder(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
GetAsync(Action<RequestConfiguration<EmailNotificationsRequestBuilderGetQueryParameters>>?, CancellationToken)
Gets email sent history list for associated model or document, all or latest only.
public Task<List<EmailNotificationResponse>?> GetAsync(Action<RequestConfiguration<EmailNotificationsRequestBuilder.EmailNotificationsRequestBuilderGetQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)
Parameters
requestConfiguration
Action<RequestConfiguration<EmailNotificationsRequestBuilder.EmailNotificationsRequestBuilderGetQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
cancellationToken
CancellationTokenCancellation token to use when cancelling requests
Returns
- Task<List<EmailNotificationResponse>>
A List<global::Autodesk.ACC.CostManagement.Models.EmailNotificationResponse>
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
PostAsync(EmailNotificationCreate, Action<RequestConfiguration<DefaultQueryParameters>>?, CancellationToken)
Creates a Email Notification in a specific project.
public Task<EmailNotificationResponse?> PostAsync(EmailNotificationCreate body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null, CancellationToken cancellationToken = default)
Parameters
body
EmailNotificationCreateThe request body
requestConfiguration
Action<RequestConfiguration<DefaultQueryParameters>>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
ToGetRequestInformation(Action<RequestConfiguration<EmailNotificationsRequestBuilderGetQueryParameters>>?)
Gets email sent history list for associated model or document, all or latest only.
public RequestInformation ToGetRequestInformation(Action<RequestConfiguration<EmailNotificationsRequestBuilder.EmailNotificationsRequestBuilderGetQueryParameters>>? requestConfiguration = null)
Parameters
requestConfiguration
Action<RequestConfiguration<EmailNotificationsRequestBuilder.EmailNotificationsRequestBuilderGetQueryParameters>>Configuration for the request such as headers, query parameters, and middleware options.
Returns
- RequestInformation
A Microsoft.Kiota.Abstractions.RequestInformation
ToPostRequestInformation(EmailNotificationCreate, Action<RequestConfiguration<DefaultQueryParameters>>?)
Creates a Email Notification in a specific project.
public RequestInformation ToPostRequestInformation(EmailNotificationCreate body, Action<RequestConfiguration<DefaultQueryParameters>>? requestConfiguration = null)
Parameters
body
EmailNotificationCreateThe request body
requestConfiguration
Action<RequestConfiguration<DefaultQueryParameters>>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 EmailNotificationsRequestBuilder WithUrl(string rawUrl)
Parameters
rawUrl
stringThe raw URL to use for the request builder.