42 lines
2.1 KiB
C#
42 lines
2.1 KiB
C#
// <auto-generated/>
|
|
#pragma warning disable CS0618
|
|
using Microsoft.Kiota.Abstractions.Extensions;
|
|
using Microsoft.Kiota.Abstractions;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Threading.Tasks;
|
|
using System;
|
|
namespace MusicCast.Net.Api.Client.YamahaExtendedControl
|
|
{
|
|
/// <summary>
|
|
/// Builds and executes requests for operations under \YamahaExtendedControl
|
|
/// </summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
|
|
public partial class YamahaExtendedControlRequestBuilder : BaseRequestBuilder
|
|
{
|
|
/// <summary>The v1 property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.V1RequestBuilder V1
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.V1RequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>
|
|
/// Instantiates a new <see cref="global::MusicCast.Net.Api.Client.YamahaExtendedControl.YamahaExtendedControlRequestBuilder"/> and sets the default values.
|
|
/// </summary>
|
|
/// <param name="pathParameters">Path parameters for the request</param>
|
|
/// <param name="requestAdapter">The request adapter to use to execute the requests.</param>
|
|
public YamahaExtendedControlRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/YamahaExtendedControl", pathParameters)
|
|
{
|
|
}
|
|
/// <summary>
|
|
/// Instantiates a new <see cref="global::MusicCast.Net.Api.Client.YamahaExtendedControl.YamahaExtendedControlRequestBuilder"/> and sets the default values.
|
|
/// </summary>
|
|
/// <param name="rawUrl">The raw URL to use for the request builder.</param>
|
|
/// <param name="requestAdapter">The request adapter to use to execute the requests.</param>
|
|
public YamahaExtendedControlRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/YamahaExtendedControl", rawUrl)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore CS0618
|