108 lines
7.1 KiB
C#
108 lines
7.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.System.GetDeviceInfo;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetDisklavierSettings;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetFeatures;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetFuncStatus;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetLocationInfo;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetNameText;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetNetworkStandby;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetTag;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetYpaoConfig;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.IsNewFirmwareAvailable;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.SetSpeakerA;
|
|
using MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.SetSpeakerB;
|
|
using System.Collections.Generic;
|
|
using System.IO;
|
|
using System.Threading.Tasks;
|
|
using System;
|
|
namespace MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System
|
|
{
|
|
/// <summary>
|
|
/// Builds and executes requests for operations under \YamahaExtendedControl\v1\system
|
|
/// </summary>
|
|
[global::System.CodeDom.Compiler.GeneratedCode("Kiota", "1.0.0")]
|
|
public partial class SystemRequestBuilder : BaseRequestBuilder
|
|
{
|
|
/// <summary>The getDeviceInfo property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetDeviceInfo.GetDeviceInfoRequestBuilder GetDeviceInfo
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetDeviceInfo.GetDeviceInfoRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getDisklavierSettings property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetDisklavierSettings.GetDisklavierSettingsRequestBuilder GetDisklavierSettings
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetDisklavierSettings.GetDisklavierSettingsRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getFeatures property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetFeatures.GetFeaturesRequestBuilder GetFeatures
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetFeatures.GetFeaturesRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getFuncStatus property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetFuncStatus.GetFuncStatusRequestBuilder GetFuncStatus
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetFuncStatus.GetFuncStatusRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getLocationInfo property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetLocationInfo.GetLocationInfoRequestBuilder GetLocationInfo
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetLocationInfo.GetLocationInfoRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getNameText property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetNameText.GetNameTextRequestBuilder GetNameText
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetNameText.GetNameTextRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getNetworkStandby property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetNetworkStandby.GetNetworkStandbyRequestBuilder GetNetworkStandby
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetNetworkStandby.GetNetworkStandbyRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getTag property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetTag.GetTagRequestBuilder GetTag
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetTag.GetTagRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The getYpaoConfig property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetYpaoConfig.GetYpaoConfigRequestBuilder GetYpaoConfig
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.GetYpaoConfig.GetYpaoConfigRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The isNewFirmwareAvailable property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.IsNewFirmwareAvailable.IsNewFirmwareAvailableRequestBuilder IsNewFirmwareAvailable
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.IsNewFirmwareAvailable.IsNewFirmwareAvailableRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The setSpeakerA property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.SetSpeakerA.SetSpeakerARequestBuilder SetSpeakerA
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.SetSpeakerA.SetSpeakerARequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>The setSpeakerB property</summary>
|
|
public global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.SetSpeakerB.SetSpeakerBRequestBuilder SetSpeakerB
|
|
{
|
|
get => new global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.SetSpeakerB.SetSpeakerBRequestBuilder(PathParameters, RequestAdapter);
|
|
}
|
|
/// <summary>
|
|
/// Instantiates a new <see cref="global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.SystemRequestBuilder"/> 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 SystemRequestBuilder(Dictionary<string, object> pathParameters, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/YamahaExtendedControl/v1/system", pathParameters)
|
|
{
|
|
}
|
|
/// <summary>
|
|
/// Instantiates a new <see cref="global::MusicCast.Net.Api.Client.YamahaExtendedControl.V1.System.SystemRequestBuilder"/> 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 SystemRequestBuilder(string rawUrl, IRequestAdapter requestAdapter) : base(requestAdapter, "{+baseurl}/YamahaExtendedControl/v1/system", rawUrl)
|
|
{
|
|
}
|
|
}
|
|
}
|
|
#pragma warning restore CS0618
|