78 lines
4.7 KiB
C#
78 lines
4.7 KiB
C#
// <auto-generated/>
|
|
#pragma warning disable CS0618
|
|
using Microsoft.Kiota.Abstractions.Extensions;
|
|
using Microsoft.Kiota.Abstractions;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.GetSignalInfo;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.GetStatus;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.PrepareInputChange;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetInput;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetPower;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetSleep;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetVolume;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Threading.Tasks;
|
|
using System;
|
|
namespace MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main
|
|
{
|
|
/// <summary>
|
|
/// Builds and executes requests for operations under \YamahaExtendedControl\v1\main
|
|
/// </summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
|
|
public partial class MainRequestBuilder : BaseRequestBuilder
|
|
{
|
|
/// <summary>The getSignalInfo property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.GetSignalInfo.GetSignalInfoRequestBuilder GetSignalInfo
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.GetSignalInfo.GetSignalInfoRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getStatus property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.GetStatus.GetStatusRequestBuilder GetStatus
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.GetStatus.GetStatusRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The prepareInputChange property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.PrepareInputChange.PrepareInputChangeRequestBuilder PrepareInputChange
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.PrepareInputChange.PrepareInputChangeRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The setInput property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetInput.SetInputRequestBuilder SetInput
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetInput.SetInputRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The setPower property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetPower.SetPowerRequestBuilder SetPower
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetPower.SetPowerRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The setSleep property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetSleep.SetSleepRequestBuilder SetSleep
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetSleep.SetSleepRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The setVolume property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetVolume.SetVolumeRequestBuilder SetVolume
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.SetVolume.SetVolumeRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>
|
|
/// Instantiates a new <see cref="global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.MainRequestBuilder"/> 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 MainRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/YamahaExtendedControl/v1/main", pathParameters)
|
|
{
|
|
}
|
|
/// <summary>
|
|
/// Instantiates a new <see cref="global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.Main.MainRequestBuilder"/> 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 MainRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/YamahaExtendedControl/v1/main", rawUrl)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore CS0618
|