// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ namespace Microsoft.Graph.Core.Requests { using System.Collections.Generic; /// /// The interface IBatchRequestBuilder /// public interface IBatchRequestBuilder : IBaseRequestBuilder { /// /// Builds the request. /// /// The built request. IBatchRequest Request(); /// /// Builds the request. /// /// The query and header options for the request. /// The built request. IBatchRequest Request(IEnumerable